WIP skip coverage in py38, use -ra

This commit is contained in:
Bruno Oliveira 2021-11-20 10:54:27 -03:00
parent 9bcace0937
commit 5f9de3d1ca
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 =