Loading pkgs/development/python-modules/primer3/default.nix +1 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ fetchFromGitHub, gcc, pytestCheckHook, pythonOlder, setuptools, }: Loading @@ -17,8 +16,6 @@ buildPythonPackage rec { version = "2.2.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "libnano"; repo = "primer3-py"; Loading @@ -37,6 +34,7 @@ buildPythonPackage rec { click pytestCheckHook ]; # We are not sure why exactly this is need. It seems `pytestCheckHook` # doesn't find extension modules installed in $out/${python.sitePackages}, # and the tests rely upon them. This was initially reported upstream at Loading Loading
pkgs/development/python-modules/primer3/default.nix +1 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ fetchFromGitHub, gcc, pytestCheckHook, pythonOlder, setuptools, }: Loading @@ -17,8 +16,6 @@ buildPythonPackage rec { version = "2.2.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "libnano"; repo = "primer3-py"; Loading @@ -37,6 +34,7 @@ buildPythonPackage rec { click pytestCheckHook ]; # We are not sure why exactly this is need. It seems `pytestCheckHook` # doesn't find extension modules installed in $out/${python.sitePackages}, # and the tests rely upon them. This was initially reported upstream at Loading