python3Packages.atlassian-python-api: fix tests
This commit is contained in:
parent
86eeb2bf88
commit
0f1cd9c7e3
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, certifi
|
, certifi
|
||||||
, chardet
|
, chardet
|
||||||
|
, deprecated
|
||||||
, idna
|
, idna
|
||||||
, oauthlib
|
, oauthlib
|
||||||
, requests
|
, requests
|
||||||
|
@ -25,7 +26,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
checkInputs = [ pytestrunner pytest ];
|
checkInputs = [ pytestrunner pytest ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ oauthlib requests requests_oauthlib six ];
|
propagatedBuildInputs = [ deprecated oauthlib requests requests_oauthlib six ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python Atlassian REST API Wrapper";
|
description = "Python Atlassian REST API Wrapper";
|
||||||
|
|
Loading…
Reference in a new issue