mark 30-times runs tests as ignored by default

This commit is contained in:
holger krekel
2020-06-05 16:43:21 +02:00
parent be573767f4
commit 186512b356
3 changed files with 4 additions and 3 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