mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-25 10:00:28 +00:00
python3Packages.globus-sdk: fix test
This commit is contained in:
@@ -29,6 +29,10 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
dependencies = [
|
||||
cryptography
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user