diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-02 12:26:16 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-02 12:26:16 -0400 |
| commit | c897b90cbcd2d5a907d3b677f7229c2be7c44528 (patch) | |
| tree | 5a909d086b21e146fbfd577b40bf7d98b4adeb11 /pytest.ini | |
| parent | 4bac4653d026922eefcedc40bdf90b2db2f90e75 (diff) | |
| download | external_python_setuptools-c897b90cbcd2d5a907d3b677f7229c2be7c44528.tar.gz external_python_setuptools-c897b90cbcd2d5a907d3b677f7229c2be7c44528.tar.bz2 external_python_setuptools-c897b90cbcd2d5a907d3b677f7229c2be7c44528.zip | |
More directly disable coverage when running tests on pypy.
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [pytest] -addopts=--doctest-modules --flake8 --doctest-glob=pkg_resources/api_tests.txt -r sxX +addopts=--doctest-modules --flake8 --doctest-glob=pkg_resources/api_tests.txt --cov -r sxX norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern pkg_resources/tests/data tools .* setuptools/_vendor pkg_resources/_vendor doctest_optionflags=ELLIPSIS ALLOW_UNICODE filterwarnings = |
