summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-12-27 11:42:55 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-12-27 11:42:55 -0500
commit5b4c2503ce84744c0cdf398316d6b18863905297 (patch)
treee6848bd418f5cac79872ddc8d3478ec047d2ef1a
parent192dafa3e9943e971a004d404be1b8e0d20691f2 (diff)
downloadpytest-runner-5b4c2503ce84744c0cdf398316d6b18863905297.tar.gz
Add workaround for DeprecationWarning in flake8
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index bbea8b1..9b3c1ec 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -7,3 +7,5 @@ filterwarnings=
ignore:Using or importing the ABCs::flake8:410
# workaround for https://sourceforge.net/p/docutils/bugs/348/
ignore:'U' mode is deprecated::docutils.io
+ # workaround for https://gitlab.com/pycqa/flake8/issues/275
+ ignore:You passed a bytestring as `filenames`.::flake8