python3Packages.globus-sdk: fix tests

This commit is contained in:
Martin Weinelt 2022-06-06 02:02:56 +02:00 committed by Jonathan Ringer
parent b6f6f1f7d5
commit a4b86d4e75
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -8,6 +8,7 @@
, pythonOlder
, requests
, responses
, six
, typing-extensions
}:
@ -37,6 +38,7 @@ buildPythonPackage rec {
mypy
pytestCheckHook
responses
six
];
postPatch = ''