diff options
Diffstat (limited to 'pytest.ini')
-rwxr-xr-x | pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100755 index 00000000..351942f4 --- /dev/null +++ b/pytest.ini @@ -0,0 +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 +norecursedirs=dist build *.egg |