aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-02-25 08:54:00 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-02-25 08:54:00 -0500
commiteaeaf36088bccfcb35e798dcfa4ad187ef05f2f5 (patch)
treec5aa67103f63ca3d4d68caf2a0a2f317d046371c /pytest.ini
parent34bd844443954929c7199e772e715ed6f0669332 (diff)
downloadexternal_python_setuptools-eaeaf36088bccfcb35e798dcfa4ad187ef05f2f5.tar.gz
external_python_setuptools-eaeaf36088bccfcb35e798dcfa4ad187ef05f2f5.tar.bz2
external_python_setuptools-eaeaf36088bccfcb35e798dcfa4ad187ef05f2f5.zip
Move pytest config to pytest.ini (as it conflicts with the pytest-runner pytest command).
Diffstat (limited to 'pytest.ini')
-rwxr-xr-xpytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100755
index 00000000..91d64bb8
--- /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
+norecursedirs=dist build *.egg