python311Packages.pkutils: replace nose with nose3

This commit is contained in:
Theodore Ni 2023-08-30 07:28:33 -07:00
parent 53bbb203e0
commit b12452cfa2
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -1,7 +1,7 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, nose , nose3
, pythonOlder , pythonOlder
, pythonRelaxDepsHook , pythonRelaxDepsHook
, semver , semver
@ -34,7 +34,7 @@ buildPythonPackage rec {
]; ];
nativeCheckInputs = [ nativeCheckInputs = [
nose nose3
]; ];
checkPhase = '' checkPhase = ''