python313Packages.gto: migrate to writableTmpDirAsHomeHook

This commit is contained in:
Fabian Affolter
2026-01-11 20:47:13 +01:00
parent 41a3dd8ec2
commit 31bf72ffa0
@@ -21,6 +21,7 @@
setuptools,
tabulate,
typer,
writableTmpDirAsHomeHook,
}:
buildPythonPackage rec {
@@ -60,11 +61,10 @@ buildPythonPackage rec {
pytest-mock
pytest-test-utils
pytestCheckHook
writableTmpDirAsHomeHook
];
preCheck = ''
export HOME=$(mktemp -d)
git config --global user.email "nobody@example.com"
git config --global user.name "Nobody"