summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorThiebaud Weksteen <tweek@google.com>2016-11-04 09:43:26 +1100
committerThiebaud Weksteen <tweek@google.com>2016-11-04 10:11:42 +1100
commitcbd6a5bedbabb4d5dfa93e1b5fa297fe3df4528d (patch)
tree71e9577d83a1b8c93ce8777905cb80ef8882345c /pytest.ini
parent1bbacb74a51c30cdf3effecbef01c533995e0f7e (diff)
downloadpython-setuptools-git-cbd6a5bedbabb4d5dfa93e1b5fa297fe3df4528d.tar.gz
Add test to verify the install of Pypi top packages
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 b35abfa9..c814b316 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/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
norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .*
flake8-ignore =
setuptools/site-patch.py F821