jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/351637 )
Change subject: requirements.txt: Don't use mwoauth-0.3.1 ...................................................................... requirements.txt: Don't use mwoauth-0.3.1 Follow-up to 7b423581f6e49bf0b80e29fac33ec2105ba2f471 Bug: T164154 Change-Id: If09ff2ffd7b2eb30fe3d9d4aa4c14848e2d2a36b --- M requirements.txt 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/requirements.txt b/requirements.txt index b87f833..d17dc42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ # OAuth support # mwoauth 0.2.4 is needed because it supports getting identity information # about the user -mwoauth>=0.2.4 +mwoauth>=0.2.4,!=0.3.1 # core interwiki_graph.py: git+https://github.com/nlhepler/pydot#egg=pydot-1.0.29 -- To view, visit https://gerrit.wikimedia.org/r/351637 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If09ff2ffd7b2eb30fe3d9d4aa4c14848e2d2a36b Gerrit-PatchSet: 2 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Dalba <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
