diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-28 17:03:33 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-28 20:19:17 -0500 |
| commit | 6a960cb9e8cf17385e3b8a52d46cf71a9747e19d (patch) | |
| tree | 7585319f1f645356741cf781a2a95579635e2854 /pytest.ini | |
| parent | 6d69dd73b900cff84ee142ad82967dd025a75b72 (diff) | |
| download | external_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-x | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
