Loading pkgs/development/python-modules/pytimeparse/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchPypi, nose, pytestCheckHook, pythonOlder, setuptools, }: Loading @@ -21,10 +21,8 @@ buildPythonPackage rec { build-system = [ setuptools ]; # tests rely on nose doCheck = pythonOlder "3.12"; nativeCheckInputs = [ nose ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "pytimeparse/tests/testtimeparse.py" ]; pythonImportsCheck = [ "pytimeparse" ]; Loading Loading
pkgs/development/python-modules/pytimeparse/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchPypi, nose, pytestCheckHook, pythonOlder, setuptools, }: Loading @@ -21,10 +21,8 @@ buildPythonPackage rec { build-system = [ setuptools ]; # tests rely on nose doCheck = pythonOlder "3.12"; nativeCheckInputs = [ nose ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "pytimeparse/tests/testtimeparse.py" ]; pythonImportsCheck = [ "pytimeparse" ]; Loading