11 buildPythonPackage rec {
12 pname = "pytest-repeat";
16 disabled = pythonOlder "3.7";
19 pname = "pytest_repeat";
21 hash = "sha256-/9ODbfzWe7JwvsZIszDiC+N9KWZEjEFIxAktHoq6gYU=";
37 pythonImportsCheck = [
42 description = "Pytest plugin for repeating tests";
43 homepage = "https://github.com/pytest-dev/pytest-repeat";
44 changelog = "https://github.com/pytest-dev/pytest-repeat/blob/v${version}/CHANGES.rst";
45 license = licenses.mpl20;
46 maintainers = with maintainers; [ ];