shift tests away a little, mark "ignored" for regular pytest runs

This commit is contained in:
holger krekel
2020-06-05 16:50:42 +02:00
parent 05e1c00cd1
commit e66ed8eadb
3 changed files with 83 additions and 80 deletions

View File

@@ -71,6 +71,8 @@ norecursedirs = .tox
xfail_strict=true
timeout = 90
timeout_method = thread
markers =
ignored: ignore this test in default test runs, use --ignored to run.
[flake8]
max-line-length = 120