python313Packages.sigstore: migrate to writableTmpDirAsHomeHook
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
rfc8785,
|
||||
pyasn1,
|
||||
platformdirs,
|
||||
writableTmpDirAsHomeHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -71,12 +72,9 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
pretend
|
||||
pytestCheckHook
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "sigstore" ];
|
||||
|
||||
disabledTests = [
|
||||
|
||||
Reference in New Issue
Block a user