Loading pkgs/development/python-modules/pytest-check/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pytest-check"; version = "2.3.1"; format = "pyproject"; pyproject = true; src = fetchPypi { pname = "pytest_check"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { flit-core ]; propagatedBuildInputs = [ buildInputs = [ pytest ]; Loading @@ -29,10 +29,15 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "pytest_check" ]; meta = with lib; { description = "pytest plugin allowing multiple failures per test"; homepage = "https://github.com/okken/pytest-check"; changelog = "https://github.com/okken/pytest-check/releases/tag/${version}"; license = licenses.mit; maintainers = [ maintainers.flokli ]; maintainers = with maintainers; [ flokli ]; }; } Loading
pkgs/development/python-modules/pytest-check/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pytest-check"; version = "2.3.1"; format = "pyproject"; pyproject = true; src = fetchPypi { pname = "pytest_check"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { flit-core ]; propagatedBuildInputs = [ buildInputs = [ pytest ]; Loading @@ -29,10 +29,15 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "pytest_check" ]; meta = with lib; { description = "pytest plugin allowing multiple failures per test"; homepage = "https://github.com/okken/pytest-check"; changelog = "https://github.com/okken/pytest-check/releases/tag/${version}"; license = licenses.mit; maintainers = [ maintainers.flokli ]; maintainers = with maintainers; [ flokli ]; }; }