8 buildPythonPackage rec {
9 pname = "pytest-error-for-skips";
12 src = fetchFromGitHub {
16 sha256 = "04i4jd3bg4lgn2jfh0a0dzg3ml9b2bjv2ndia6b64w96r3r4p3qr";
19 buildInputs = [ pytest ];
21 checkInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "pytest_error_for_skips" ];
26 description = "Pytest plugin to treat skipped tests a test failures";
27 homepage = "https://github.com/jankatins/pytest-error-for-skips";
28 license = licenses.mit;
29 maintainers = with maintainers; [ fab ];