18 buildPythonPackage rec {
19 pname = "pytest-subtests";
23 disabled = pythonOlder "3.7";
26 pname = "pytest_subtests";
28 hash = "sha256-mJ448PHAG8fGsuBNt9n9hZ2zXXfCwaQwyDGnDL8/3i0=";
36 propagatedBuildInputs = [ attrs ];
38 nativeCheckInputs = [ pytestCheckHook ];
40 pythonImportsCheck = [ "pytest_subtests" ];
43 description = "Pytest plugin for unittest subTest() support and subtests fixture";
44 homepage = "https://github.com/pytest-dev/pytest-subtests";
45 license = licenses.mit;
46 maintainers = with maintainers; [ fab ];