remove pytest.mark, move to specific ignore in pytest.ini

This commit is contained in:
Erica Portnoy
2018-11-05 17:41:26 -08:00
parent c3fa05ba74
commit 91b3c5d61c
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
[pytest]
addopts = --numprocesses auto --pyargs
# ResourceWarnings are ignored as errors, since they're raised at close
# decodestring: https://github.com/rthalley/dnspython/issues/338
filterwarnings =
error
ignore:decodestring:DeprecationWarning