summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-07 16:50:43 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-03-07 16:50:43 -0500
commit278e027348f52fc0dfc7ac6046fd169632922bb1 (patch)
treeab7a3b10c25421a3a040b0fa2c163e4fa380767f /pytest.ini
parentc5958f26680b8bfad10d0ec03a613725c9a4c580 (diff)
parent25edd1951d8d44c34578c926f5c20ed3d452587b (diff)
downloadpython-setuptools-git-278e027348f52fc0dfc7ac6046fd169632922bb1.tar.gz
Merge branch 'master' into patch-1
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/pytest.ini b/pytest.ini
index 612fb91f..904fe336 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,7 +1,7 @@
[pytest]
-addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -r sxX
-norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .*
-flake8-ignore =
- setuptools/site-patch.py F821
- setuptools/py*compat.py F811
+addopts=--doctest-modules --flake8 --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 =
+ # https://github.com/pypa/setuptools/issues/1823
+ ignore:bdist_wininst command is deprecated