mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.globus-sdk: fix tests
This commit is contained in:
committed by
Jonathan Ringer
parent
b6f6f1f7d5
commit
a4b86d4e75
@@ -8,6 +8,7 @@
|
||||
, pythonOlder
|
||||
, requests
|
||||
, responses
|
||||
, six
|
||||
, typing-extensions
|
||||
}:
|
||||
|
||||
@@ -37,6 +38,7 @@ buildPythonPackage rec {
|
||||
mypy
|
||||
pytestCheckHook
|
||||
responses
|
||||
six
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user