summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-11-24 11:58:35 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-11-24 11:58:35 -0500
commitf34cf8e9242d2b4c25b5a511f9f74fbffcb17c4f (patch)
tree459557b8cc6cb5d9892d4ebbe6acc14d4b026367
parent172bd064abe5a973f38ab9641a80b39782ad2cde (diff)
downloadpython-setuptools-git-f34cf8e9242d2b4c25b5a511f9f74fbffcb17c4f.tar.gz
Suppress testing of upload-releases-as-zip script
-rwxr-xr-xpytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 91d64bb8..351942f4 100755
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,3 +1,3 @@
[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
+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
norecursedirs=dist build *.egg