python312Packages.pytimeparse: drop nose dependency

This commit is contained in:
Sigmanificient
2024-07-27 15:43:55 +02:00
parent 29656445ba
commit 2a5dffb395
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
nose,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -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" ];