python3Packages.globus-sdk: fix tests
This commit is contained in:
parent
b6f6f1f7d5
commit
a4b86d4e75
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, requests
|
, requests
|
||||||
, responses
|
, responses
|
||||||
|
, six
|
||||||
, typing-extensions
|
, typing-extensions
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -37,6 +38,7 @@ buildPythonPackage rec {
|
||||||
mypy
|
mypy
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
responses
|
responses
|
||||||
|
six
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue