summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-09-24 18:08:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-09-24 18:08:59 -0400
commit106c755f83d701003afca33e0ba22c20c3a31c97 (patch)
treebd801e5cb93f18cb934b1e47a522b29f6a97f763
parentf8a537f300727a87c1a4a663a5df8b6e05e1020d (diff)
downloadpytest-runner-106c755f83d701003afca33e0ba22c20c3a31c97.tar.gz
Also ignore flake8 error
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index d0ba39d..61dab3d 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -4,3 +4,4 @@ addopts=--doctest-modules --flake8
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
ignore:Possible nested set::pycodestyle:113
+ ignore:Using or importing the ABCs::flake8:410