9 buildPythonPackage rec {
10 pname = "pytest-instafail";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 sha256 = "sha256-M6YG9+DI5kbcO/7g1eOkt7eO98NhaM+h89k698pwbJ4=";
29 pythonImportsCheck = [
34 description = "pytest plugin that shows failures and errors instantly instead of waiting until the end of test session";
35 homepage = "https://github.com/pytest-dev/pytest-instafail";
36 changelog = "https://github.com/pytest-dev/pytest-instafail/blob/v${version}/CHANGES.rst";
37 license = licenses.bsd3;
38 maintainers = with maintainers; [ jacg ];