Loading pkgs/development/python-modules/ge25519/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ fetchPypi, fountains, parts, pytest-cov-stub, pytestCheckHook, pythonOlder, setuptools, Loading @@ -32,12 +33,10 @@ buildPythonPackage rec { fountains ]; nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace "--doctest-modules --ignore=docs --cov=ge25519 --cov-report term-missing" "" ''; nativeCheckInputs = [ pytest-cov-stub pytestCheckHook ]; pythonImportsCheck = [ "ge25519" ]; Loading Loading
pkgs/development/python-modules/ge25519/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ fetchPypi, fountains, parts, pytest-cov-stub, pytestCheckHook, pythonOlder, setuptools, Loading @@ -32,12 +33,10 @@ buildPythonPackage rec { fountains ]; nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace "--doctest-modules --ignore=docs --cov=ge25519 --cov-report term-missing" "" ''; nativeCheckInputs = [ pytest-cov-stub pytestCheckHook ]; pythonImportsCheck = [ "ge25519" ]; Loading