diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0e18ee217..4f05785af 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -452,7 +452,7 @@ jobs: - macos-13 - windows-2025 toxenv: - - py + - pytest xfail: - false diff --git a/tox.ini b/tox.ini index 195db1536..adb9defac 100644 --- a/tox.ini +++ b/tox.ini @@ -104,6 +104,9 @@ set_env = COVERAGE_PROCESS_START = {toxinidir}{/}.coveragerc wheel_build_env = .pkg +# Duplicate default 'py' env to 'pytest' to be able run pytest with 'tox run -e pytest' +[testenv:pytest] + [testenv:cleanup-dists] description =