diff --git a/setup.cfg b/setup.cfg index 771909d..e3c6c84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,7 @@ [tool:pytest] norecursedirs = .eggs .git .tox build - +markers = + slow + needs_server [flake8] max-line-length = 120