Unverified Commit e0db313f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #299957 from fabaff/cle-refactor

python312Packages.cle: migrate to pynose
parents 8e69aa04 97721e19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,9 +4,9 @@
, cffi
, fetchFromGitHub
, minidump
, nose
, pefile
, pyelftools
, pynose
, pytestCheckHook
, pythonOlder
, pyvex
@@ -58,7 +58,7 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    nose
    pynose
    pytestCheckHook
  ];