diff options
| author | Thiebaud Weksteen <tweek@google.com> | 2016-11-04 09:43:26 +1100 |
|---|---|---|
| committer | Thiebaud Weksteen <tweek@google.com> | 2016-11-04 10:11:42 +1100 |
| commit | cbd6a5bedbabb4d5dfa93e1b5fa297fe3df4528d (patch) | |
| tree | 71e9577d83a1b8c93ce8777905cb80ef8882345c /pytest.ini | |
| parent | 1bbacb74a51c30cdf3effecbef01c533995e0f7e (diff) | |
| download | python-setuptools-git-cbd6a5bedbabb4d5dfa93e1b5fa297fe3df4528d.tar.gz | |
Add test to verify the install of Pypi top packages
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/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 |
