diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-24 11:58:35 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-24 11:58:35 -0500 |
| commit | f34cf8e9242d2b4c25b5a511f9f74fbffcb17c4f (patch) | |
| tree | 459557b8cc6cb5d9892d4ebbe6acc14d4b026367 | |
| parent | 172bd064abe5a973f38ab9641a80b39782ad2cde (diff) | |
| download | python-setuptools-git-f34cf8e9242d2b4c25b5a511f9f74fbffcb17c4f.tar.gz | |
Suppress testing of upload-releases-as-zip script
| -rwxr-xr-x | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
