Skip to content

Commit 57fa239

Browse files
committed
python3Packages.globus-sdk: fix test
1 parent 4b239e8 commit 57fa239

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/globus-sdk/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ buildPythonPackage rec {
2929

3030
build-system = [ setuptools ];
3131

32+
preCheck = ''
33+
export HOME=$(mktemp -d)
34+
'';
35+
3236
dependencies = [
3337
cryptography
3438
requests

0 commit comments

Comments
 (0)