9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-RyBKgeyQXz1az71h2uq8raj51AMWFtm8sGGEYXKWmfU=";
30 pytest -k 'example and not options' --doctest-modules test/test_pytest/
31 pytest -k 'example and not options' test/test_pytest/
32 pytest -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
33 pytest --force-flaky --max-runs 2 test/test_pytest/test_pytest_options_example.py
37 changelog = "https://github.com/box/flaky/blob/v${version}/HISTORY.rst";
38 homepage = "https://github.com/box/flaky";
39 description = "Plugin for nose or py.test that automatically reruns flaky tests";
40 license = licenses.asl20;