register markers to avoid pytest warning

master
Thomas Waldmann 2020-10-31 23:42:01 +01:00
parent da633cb705
commit c434d0ddb4
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
[tool:pytest]
norecursedirs = .eggs .git .tox build
markers =
slow
needs_server
[flake8]
max-line-length = 120