python3{11,12}Packages.pdm-backend: set Git user.name for tests (#346225)

This commit is contained in:
K900
2024-10-03 22:46:25 +03:00
committed by GitHub
@@ -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
'';