python3.pkgs.nox: use writableTmpDirAsHomeHook

This commit is contained in:
Doron Behar
2025-08-15 02:10:57 +03:00
parent 016ae63d5a
commit 1ca9ac0b62
@@ -16,6 +16,7 @@
# tests
pytestCheckHook,
writableTmpDirAsHomeHook,
# passthru
tox,
@@ -64,12 +65,9 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
writableTmpDirAsHomeHook
];
preCheck = ''
export HOME=$(mktemp -d)
'';
pythonImportsCheck = [ "nox" ];
disabledTests = [