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