jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/484350 )
Change subject: Revert "[tests] Install oauthlib<3.0.0 first" ...................................................................... Revert "[tests] Install oauthlib<3.0.0 first" Does not work as expected This reverts commit 2073bd3470b4da85a50ec09419bc4c32be7beef7. Change-Id: Iae86507b7a33cbdd17580fdfdeb479db98df457a --- M requirements.txt 1 file changed, 0 insertions(+), 3 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/requirements.txt b/requirements.txt index c52d3e2..551d858 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,9 +31,6 @@ # OAuth support # mwoauth 0.2.4 is needed because it supports getting identity information # about the user -# due to T213635 we have to install oauthlib first -# because requests-oauthlib 1.1.0 and lower does not support oauthlib 3.0.0 -oauthlib<3.0.0 mwoauth>=0.2.4,!=0.3.1 # core interwiki_graph.py: -- To view, visit https://gerrit.wikimedia.org/r/484350 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iae86507b7a33cbdd17580fdfdeb479db98df457a Gerrit-Change-Number: 484350 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: Dalba <[email protected]> Gerrit-Reviewer: Dvorapa <[email protected]> Gerrit-Reviewer: John Vandenberg <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
