Unverified Commit b12452cf authored by Theodore Ni's avatar Theodore Ni
Browse files

python311Packages.pkutils: replace nose with nose3

parent 53bbb203
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, nose
, nose3
, pythonOlder
, pythonRelaxDepsHook
, semver
@@ -34,7 +34,7 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    nose
    nose3
  ];

  checkPhase = ''