Skip to content

Commit

Permalink
hydrus: switch nose with pynose for python312 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
dali99 committed Jul 8, 2024
1 parent f9d18fb commit 8720d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/hydrus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ python3Packages.buildPythonPackage rec {
];

nativeCheckInputs = with python3Packages; [
nose
pynose
mock
httmock
];
Expand Down

0 comments on commit 8720d16

Please sign in to comment.