python312Packages.cle: migrate to pynose

This commit is contained in:
Fabian Affolter 2024-03-29 11:17:23 +01:00
parent 3c9e0924c4
commit 97721e1988
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
, cffi
, fetchFromGitHub
, minidump
, nose
, pefile
, pyelftools
, pynose
, pytestCheckHook
, pythonOlder
, pyvex
@ -58,7 +58,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
nose
pynose
pytestCheckHook
];