diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b778e31f..7c994fe47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,7 +72,7 @@ jobs: python: "3.8" os: windows-latest tox_env: "py38-unittestextras" - use_coverage: true + #use_coverage: true - name: "windows-py39" python: "3.9" os: windows-latest diff --git a/tox.ini b/tox.ini index f96f18f90..39f6b33ca 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ envlist = [testenv] commands = - pytest -k test_sys_pycache_prefix_integration + pytest -k test_sys_pycache_prefix_integration -ra passenv = USER USERNAME COVERAGE_* PYTEST_ADDOPTS TERM SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST setenv =