aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 94c3b69..6e51df0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ description = Run the unit tests.
deps =
pytest==7.4.0
commands =
- pytest {posargs:tests/}
+ pytest --no-success-flaky-report {posargs:tests/}
[testenv:{e2e,e2e_setup}]
description = Run the end-to-end tests.
@@ -37,7 +37,7 @@ deps =
{[testenv:test]deps}
pytest-cov==4.1.0
commands =
- pytest --cov=mlia --cov-report term-missing --cov-fail-under=95 tests/
+ pytest --cov=mlia --cov-report term-missing --cov-fail-under=95 --no-success-flaky-report tests/
[testenv:{lint,lint_setup}]
description = Run and setup the pre-commit hooks.