git-up: test with pytest 7
This commit is contained in:
parent
1118661647
commit
6575699cbb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
|
||||
nativeCheckInputs = [
|
||||
git
|
||||
pythonPackages.pytestCheckHook
|
||||
pythonPackages.pytest7CheckHook
|
||||
];
|
||||
|
||||
# 1. git fails to run as it cannot detect the email address, so we set it
|
||||
|
|
Loading…
Reference in a new issue