From 5f9de3d1caab517f07e72022bfffeb630c409302 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 20 Nov 2021 10:54:27 -0300 Subject: [PATCH] WIP skip coverage in py38, use -ra --- .github/workflows/main.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 =