aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-28 17:03:33 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-28 20:19:17 -0500
commit6a960cb9e8cf17385e3b8a52d46cf71a9747e19d (patch)
tree7585319f1f645356741cf781a2a95579635e2854 /pytest.ini
parent6d69dd73b900cff84ee142ad82967dd025a75b72 (diff)
downloadexternal_python_setuptools-6a960cb9e8cf17385e3b8a52d46cf71a9747e19d.tar.gz
external_python_setuptools-6a960cb9e8cf17385e3b8a52d46cf71a9747e19d.tar.bz2
external_python_setuptools-6a960cb9e8cf17385e3b8a52d46cf71a9747e19d.zip
Add tests capturing failure of depends.get_module_constant on Python 3.6. Ref #866.
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 c814b316..11a213db 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
+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
norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .*
flake8-ignore =
setuptools/site-patch.py F821