aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-02 12:26:16 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-07-02 12:26:16 -0400
commitc897b90cbcd2d5a907d3b677f7229c2be7c44528 (patch)
tree5a909d086b21e146fbfd577b40bf7d98b4adeb11 /pytest.ini
parent4bac4653d026922eefcedc40bdf90b2db2f90e75 (diff)
downloadexternal_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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 479a2965..ddcad08b 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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 =