summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-09-14 19:05:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-09-14 19:05:13 -0400
commitf01d2719802d3345332b761fb1c62fa4afd212c9 (patch)
tree4699b9097e29ef07e915dea53cedad1537ace744 /pytest.ini
parentf84c145482d273cd6b90e20012443edcfd59ff0d (diff)
downloadpython-setuptools-git-f01d2719802d3345332b761fb1c62fa4afd212c9.tar.gz
Enable flake8 and cov plugins only when installed. Avoid installing in 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 ddcad08b..40efb054 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,5 @@
[pytest]
-addopts=--doctest-modules --flake8 --doctest-glob=pkg_resources/api_tests.txt --cov -r sxX
+addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -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 =