diff options
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tool:pytest] -addopts = -q -n3 --strict --no-success-flaky-report +addopts = -q -n3 --strict --no-flaky-report markers = expensive: too slow to run during "make smoke" |