python3{11,12}Packages.pdm-backend: set Git user.name for tests (#346225)
This commit is contained in:
@@ -46,6 +46,7 @@ buildPythonPackage rec {
|
||||
|
||||
# tests require a configured git identity
|
||||
export HOME=$TMPDIR
|
||||
git config --global user.name nixbld
|
||||
git config --global user.email nixbld@localhost
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user