Loading pkgs/development/python-modules/nose2pytest/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchpatch2, setuptools, fissix, pytest, pytestCheckHook, nose, }: Loading Loading @@ -37,7 +38,10 @@ buildPythonPackage { build-system = [ setuptools ]; dependencies = [ fissix ]; dependencies = [ fissix pytest ]; nativeCheckInputs = [ pytestCheckHook Loading Loading
pkgs/development/python-modules/nose2pytest/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchpatch2, setuptools, fissix, pytest, pytestCheckHook, nose, }: Loading Loading @@ -37,7 +38,10 @@ buildPythonPackage { build-system = [ setuptools ]; dependencies = [ fissix ]; dependencies = [ fissix pytest ]; nativeCheckInputs = [ pytestCheckHook Loading