Merge pull request #252364 from tjni/pkutils

python311Packages.pkutils: replace nose with nose3
This commit is contained in:
OTABI Tomoya 2023-09-03 11:47:41 +09:00 committed by GitHub
commit 3b96ad4f65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''