python3Packages.atlassian-python-api: fix tests

This commit is contained in:
Jonathan Ringer 2020-11-29 09:39:08 -08:00 committed by Frederik Rietdijk
parent 86eeb2bf88
commit 0f1cd9c7e3

View file

@ -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";