From 5f38188ed53f37a5a683cace20e73d6c8652518a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 27 Feb 2016 09:28:19 -0500 Subject: Ignore pavement.py --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index ab4a6df3..2fa3a3ec 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 --ignore scripts/upload-old-releases-as-zip.py +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 norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern -- cgit v1.2.3