aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-06 08:38:07 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-06 08:38:07 -0400
commit445d38472d3dc2fd004b02d645e7eadcf26fbc30 (patch)
tree3e834c92ec5c0fe623fef3b94a771f00b84be224 /pytest.ini
parent65699525394a9cd70bbdcf292f59a557f86e65ff (diff)
downloadexternal_python_setuptools-445d38472d3dc2fd004b02d645e7eadcf26fbc30.tar.gz
external_python_setuptools-445d38472d3dc2fd004b02d645e7eadcf26fbc30.tar.bz2
external_python_setuptools-445d38472d3dc2fd004b02d645e7eadcf26fbc30.zip
Move ignores into conftest.py
Diffstat (limited to 'pytest.ini')
-rwxr-xr-xpytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 6ec3be88..1c5b6b09 100755
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,5 @@
[pytest]
-addopts=--doctest-modules --ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/test_pypi.py --ignore tests/shlib_test --doctest-glob=pkg_resources/api_tests.txt --ignore scripts/upload-old-releases-as-zip.py --ignore pavement.py --ignore setuptools/tests/mod_with_constant.py -rsxX
+addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -rsxX
norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .*
flake8-ignore =
setuptools/site-patch.py F821