Loading pkgs/development/python-modules/lcgit/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -4,12 +4,13 @@ fetchFromGitHub, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "lcgit"; version = "1.0.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -22,9 +23,11 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pytest.ini \ --replace " --cov" "" --replace-fail " --cov" "" ''; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "lcgit" ]; Loading Loading
pkgs/development/python-modules/lcgit/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -4,12 +4,13 @@ fetchFromGitHub, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "lcgit"; version = "1.0.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -22,9 +23,11 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pytest.ini \ --replace " --cov" "" --replace-fail " --cov" "" ''; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "lcgit" ]; Loading