python3Packages.watchdog: re-run flaky tests
And get rid of `PytestUnknownMarkWarning: Unknown pytest.mark.flaky`.
This commit is contained in:
parent
55b0afc59c
commit
6198f0bbb9
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
, argh
|
, argh
|
||||||
, pathtools
|
, pathtools
|
||||||
, pyyaml
|
, pyyaml
|
||||||
|
, flaky
|
||||||
, pytest-timeout
|
, pytest-timeout
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, CoreServices
|
, CoreServices
|
||||||
|
@ -28,6 +29,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
flaky
|
||||||
pytest-timeout
|
pytest-timeout
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue