git-up: test with pytest 7

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