aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-21 07:37:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-21 07:37:02 -0400
commitb8d3bf71fae4829eceda274ccd322a8536bf3743 (patch)
tree23b8e5600ae71378ab8bedc553143da0459e08b7 /pytest.ini
parent6a628a665c968ea0b5d08cd4f769436e0aba15f2 (diff)
downloadexternal_python_setuptools-b8d3bf71fae4829eceda274ccd322a8536bf3743.tar.gz
external_python_setuptools-b8d3bf71fae4829eceda274ccd322a8536bf3743.tar.bz2
external_python_setuptools-b8d3bf71fae4829eceda274ccd322a8536bf3743.zip
Adding preliminary support for enforcing style rules
Diffstat (limited to 'pytest.ini')
-rwxr-xr-xpytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 2fa3a3ec..c693a4c3 100755
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,3 +1,6 @@
[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 --ignore pavement.py
norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern
+flake8-ignore =
+ setuptools/site-patch.py F821
+ setuptools/py*compat.py F811