Compare commits
1 commit
main
...
no-flaky-r
Author | SHA1 | Date | |
---|---|---|---|
|
cb7b0c8c6e |
2
tox.ini
2
tox.ini
|
@ -11,7 +11,7 @@ deps =
|
||||||
ipdb
|
ipdb
|
||||||
pytest-cov
|
pytest-cov
|
||||||
flaky
|
flaky
|
||||||
commands = py.test -v --cov pylast --cov-report term-missing {posargs}
|
commands = py.test -v --cov pylast --cov-report term-missing --no-flaky-report {posargs}
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
deps = ipdb
|
deps = ipdb
|
||||||
|
|
Loading…
Reference in a new issue