diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-01 22:07:58 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-02 07:38:20 -0400 |
| commit | 8dd451ada6105841f1bd40dfca965da2d5779164 (patch) | |
| tree | 59b66ce5ae67eef739677daaa55a26ff30584d75 /setup.cfg | |
| parent | b64fc3f54146b0dd32862eb2cd775350cde56940 (diff) | |
| download | python-coveragepy-git-8dd451ada6105841f1bd40dfca965da2d5779164.tar.gz | |
test: update to latest pytest
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tool:pytest] -addopts = -q -n3 --strict --force-flaky --no-flaky-report -rfeX --failed-first +addopts = -q -n3 --strict-markers --force-flaky --no-flaky-report -rfeX --failed-first python_classes = *Test markers = expensive: too slow to run during "make smoke" @@ -8,6 +8,7 @@ markers = filterwarnings = ignore:dns.hash module will be removed:DeprecationWarning ignore:Using or importing the ABCs:DeprecationWarning + ignore:the imp module is deprecated in favour of importlib:DeprecationWarning # xfail tests that pass should fail the test suite xfail_strict=true |
