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
commit e0db313f53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
];