python3Packages.watchdog: re-run flaky tests

And get rid of `PytestUnknownMarkWarning: Unknown pytest.mark.flaky`.
wip/nixpkgs-raku
Robert Schütz 3 years ago committed by Martin Weinelt
parent 55b0afc59c
commit 6198f0bbb9
  1. 2
      pkgs/development/python-modules/watchdog/default.nix

@ -5,6 +5,7 @@
, argh
, pathtools
, pyyaml
, flaky
, pytest-timeout
, pytestCheckHook
, CoreServices
@ -28,6 +29,7 @@ buildPythonPackage rec {
];
checkInputs = [
flaky
pytest-timeout
pytestCheckHook
];

Loading…
Cancel
Save