9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "3ad100780721a1911f57a165809b7ea265a7863305acb66708220820caf8aa0d";
18 checkInputs = [ mock nose pytest ];
22 pytest -k 'example and not options' --doctest-modules test/test_pytest/
23 pytest -k 'example and not options' test/test_pytest/
24 pytest -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
25 nosetests --with-flaky --force-flaky --max-runs 2 test/test_nose/test_nose_options_example.py
26 pytest --force-flaky --max-runs 2 test/test_pytest/test_pytest_options_example.py
30 homepage = "https://github.com/box/flaky";
31 description = "Plugin for nose or py.test that automatically reruns flaky tests";
32 license = licenses.asl20;