From 445d38472d3dc2fd004b02d645e7eadcf26fbc30 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 6 Jun 2018 08:38:07 -0400 Subject: Move ignores into conftest.py --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 6ec3be88..1c5b6b09 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/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 -- cgit v1.2.3