Loading pkgs/development/python-modules/nose2pytest/default.nix +2 −10 Original line number Diff line number Diff line Loading @@ -6,8 +6,6 @@ setuptools, fissix, pytest, pytestCheckHook, nose, }: let Loading Loading @@ -43,14 +41,8 @@ buildPythonPackage { pytest ]; nativeCheckInputs = [ pytestCheckHook nose ]; preCheck = '' export HOME=$(mktemp -d) ''; # Tests depend on nose! doCheck = false; pythonImportsCheck = [ "nose2pytest.assert_tools" ]; Loading Loading
pkgs/development/python-modules/nose2pytest/default.nix +2 −10 Original line number Diff line number Diff line Loading @@ -6,8 +6,6 @@ setuptools, fissix, pytest, pytestCheckHook, nose, }: let Loading Loading @@ -43,14 +41,8 @@ buildPythonPackage { pytest ]; nativeCheckInputs = [ pytestCheckHook nose ]; preCheck = '' export HOME=$(mktemp -d) ''; # Tests depend on nose! doCheck = false; pythonImportsCheck = [ "nose2pytest.assert_tools" ]; Loading