diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-06 08:38:07 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-06 08:38:07 -0400 |
| commit | 445d38472d3dc2fd004b02d645e7eadcf26fbc30 (patch) | |
| tree | 3e834c92ec5c0fe623fef3b94a771f00b84be224 /pytest.ini | |
| parent | 65699525394a9cd70bbdcf292f59a557f86e65ff (diff) | |
| download | external_python_setuptools-445d38472d3dc2fd004b02d645e7eadcf26fbc30.tar.gz external_python_setuptools-445d38472d3dc2fd004b02d645e7eadcf26fbc30.tar.bz2 external_python_setuptools-445d38472d3dc2fd004b02d645e7eadcf26fbc30.zip | |
Move ignores into conftest.py
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 --ignore setuptools/tests/mod_with_constant.py -rsxX +addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -rsxX norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .* flake8-ignore = setuptools/site-patch.py F821 |
