git-up: test with pytest 7

+1 -1
+1 -1
pkgs/applications/version-management/git-up/default.nix
··· 30 31 nativeCheckInputs = [ 32 git 33 - pythonPackages.pytestCheckHook 34 ]; 35 36 # 1. git fails to run as it cannot detect the email address, so we set it
··· 30 31 nativeCheckInputs = [ 32 git 33 + pythonPackages.pytest7CheckHook 34 ]; 35 36 # 1. git fails to run as it cannot detect the email address, so we set it