jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/484004 )

Change subject: [tests] Install oauthlib<3.0.0 first
......................................................................

[tests] Install oauthlib<3.0.0 first

Bug: T213635
Change-Id: Iefa32968a46d6ec20f7cd92c9368a6f1c66b34de
---
M requirements.txt
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Dvorapa: Looks good to me, but someone else must approve
  D3r1ck01: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/requirements.txt b/requirements.txt
index 551d858..c52d3e2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -31,6 +31,9 @@
 # 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/484004
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: Iefa32968a46d6ec20f7cd92c9368a6f1c66b34de
Gerrit-Change-Number: 484004
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: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to