hydrus: switch nose with pynose for python312 compat

This commit is contained in:
Daniel Olsen 2024-07-08 20:59:51 +02:00
parent f9d18fb5c4
commit 8720d160bb

View File

@ -82,7 +82,7 @@ python3Packages.buildPythonPackage rec {
];
nativeCheckInputs = with python3Packages; [
nose
pynose
mock
httmock
];