7 buildPythonPackage rec {
8 pname = "pytest-instafail";
12 inherit pname version;
13 sha256 = "10lpr6mjcinabqynj6v85bvb1xmapnhqmg50nys1r6hg7zgky9qr";
16 checkInputs = [ pytestCheckHook ];
17 pythonImportsCheck = [ "pytest_instafail" ];
19 description = "pytest plugin that shows failures and errors instantly instead of waiting until the end of test session";
20 homepage = "https://github.com/pytest-dev/pytest-instafail";
21 license = lib.licenses.bsd3;
22 maintainers = [ lib.maintainers.jacg ];