python312Packages.rx: drop nose dependency

This commit is contained in:
Sigmanificient
2024-08-21 04:28:45 +02:00
parent d8d49bea89
commit 7970d394fe
@@ -3,7 +3,6 @@
fetchPypi,
buildPythonPackage,
pythonOlder,
nose,
}:
buildPythonPackage rec {
@@ -20,8 +19,6 @@ buildPythonPackage rec {
sha256 = "b657ca2b45aa485da2f7dcfd09fac2e554f7ac51ff3c2f8f2ff962ecd963d91c";
};
nativeCheckInputs = [ nose ];
doCheck = false; # PyPI tarball does not provides tests
pythonImportsCheck = [ "rx" ];