Loading pkgs/development/python-modules/entry-points-txt/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, pytest-cov-stub, pythonOlder, setuptools, }: Loading @@ -23,12 +24,10 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace tox.ini \ --replace " --cov=entry_points_txt --no-cov-on-fail" "" ''; nativeCheckInputs = [ pytestCheckHook pytest-cov-stub ]; pythonImportsCheck = [ "entry_points_txt" ]; Loading Loading
pkgs/development/python-modules/entry-points-txt/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, pytest-cov-stub, pythonOlder, setuptools, }: Loading @@ -23,12 +24,10 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace tox.ini \ --replace " --cov=entry_points_txt --no-cov-on-fail" "" ''; nativeCheckInputs = [ pytestCheckHook pytest-cov-stub ]; pythonImportsCheck = [ "entry_points_txt" ]; Loading