From 3356c4bc353e704776c439c1d144aa0246d5a3ce Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Wed, 29 May 2024 14:00:00 +0200 Subject: [PATCH] DNM: trigger ci --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cbf0271..51a6842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,6 +89,7 @@ wheel_build_env = pkg # All other environments (names like py311-mypy, py36-pytest, etc) are isolated # from the system and get their packages from PyPI, according to the specific # test environment being requested. We build the wheel in a common environment. +# test [testenv] package = wheel wheel_build_env = venv-pkg