summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-09-19 22:31:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-09-19 22:31:38 -0400
commitf8a537f300727a87c1a4a663a5df8b6e05e1020d (patch)
tree42c1645b220464b471b4bba77f281d3fbdb496bb
parent5633116de34f53c892d1f2c6d0f7de14c965cfa7 (diff)
downloadpytest-runner-f8a537f300727a87c1a4a663a5df8b6e05e1020d.tar.gz
Ignore pycodestyle warning. Seems it's not going to be fixed anytime soon.
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 0ba22c3..d0ba39d 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -2,3 +2,5 @@
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules --flake8
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
+filterwarnings=
+ ignore:Possible nested set::pycodestyle:113