Merge pull request #299957 from fabaff/cle-refactor

python312Packages.cle: migrate to pynose
This commit is contained in:
Fabian Affolter
2024-03-29 18:15:32 +01:00
committed by GitHub
@@ -4,9 +4,9 @@
, cffi
, fetchFromGitHub
, minidump
, nose
, pefile
, pyelftools
, pynose
, pytestCheckHook
, pythonOlder
, pyvex
@@ -58,7 +58,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
nose
pynose
pytestCheckHook
];