Fix missing pytest 4.0 features

Not really sure how many versions of pytest we should support? But then
again, we might as well for now...
This commit is contained in:
Mads Marquart
2019-09-10 21:22:28 +02:00
parent d06ff7078a
commit bdd7f69a66
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ xfail_strict = true
markers =
online: Online tests, aka. disabled tests...
addopts =
--strict-markers
--strict
-m "not online"
testpaths = tests
filterwarnings = error