Unverified Commit 3b96ad4f authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #252364 from tjni/pkutils

python311Packages.pkutils: replace nose with nose3
parents 6a4ede44 b12452cf
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 = ''