diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-14 19:05:13 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-14 19:05:13 -0400 |
| commit | f01d2719802d3345332b761fb1c62fa4afd212c9 (patch) | |
| tree | 4699b9097e29ef07e915dea53cedad1537ace744 /pytest.ini | |
| parent | f84c145482d273cd6b90e20012443edcfd59ff0d (diff) | |
| download | python-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.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 --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 = |
