Loading pkgs/development/python-modules/pytest-instafail/default.nix +14 −4 Original line number Diff line number Diff line { buildPythonPackage { lib , buildPythonPackage , fetchPypi , lib , pytest , pytestCheckHook }: Loading @@ -13,8 +14,17 @@ buildPythonPackage rec { sha256 = "sha256-M6YG9+DI5kbcO/7g1eOkt7eO98NhaM+h89k698pwbJ4="; }; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pytest_instafail" ]; buildInputs = [ pytest ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pytest_instafail" ]; meta = with lib; { description = "pytest plugin that shows failures and errors instantly instead of waiting until the end of test session"; Loading Loading
pkgs/development/python-modules/pytest-instafail/default.nix +14 −4 Original line number Diff line number Diff line { buildPythonPackage { lib , buildPythonPackage , fetchPypi , lib , pytest , pytestCheckHook }: Loading @@ -13,8 +14,17 @@ buildPythonPackage rec { sha256 = "sha256-M6YG9+DI5kbcO/7g1eOkt7eO98NhaM+h89k698pwbJ4="; }; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pytest_instafail" ]; buildInputs = [ pytest ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pytest_instafail" ]; meta = with lib; { description = "pytest plugin that shows failures and errors instantly instead of waiting until the end of test session"; Loading