12 buildPythonPackage rec {
13 pname = "pytest-repeat";
17 disabled = pythonOlder "3.7";
20 pname = "pytest_repeat";
22 hash = "sha256-/9ODbfzWe7JwvsZIszDiC+N9KWZEjEFIxAktHoq6gYU=";
30 buildInputs = [ pytest ];
32 nativeCheckInputs = [ pytestCheckHook ];
34 pythonImportsCheck = [ "pytest_repeat" ];
37 description = "Pytest plugin for repeating tests";
38 homepage = "https://github.com/pytest-dev/pytest-repeat";
39 changelog = "https://github.com/pytest-dev/pytest-repeat/blob/v${version}/CHANGES.rst";
40 license = licenses.mpl20;