Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/779043 )
Change subject: [tests] Fix werkzeug dependency ...................................................................... [tests] Fix werkzeug dependency Change-Id: I01ea79f3fd57c70eebafb350e44f00936ac4a0b1 --- M dev-requirements.txt 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/dev-requirements.txt b/dev-requirements.txt index 178640e..78f6784 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ # pytest-httpbin needs httpbin needs werkzeug >= 0.14.1 # Python 3.8 needs werkzeug >= 0.15.5 # httpbin 0.7 fails with werkzeug 2.1.0/1 (T305124) -werkzeug>=0.15.5,!=2.1 +werkzeug>=0.15.5, <2.1.0 # T293440: pytest-httpbin needs cffi >=1.0.0 # but Python 3.5 needs cffi < 1.15 which is not taken into account -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/779043 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I01ea79f3fd57c70eebafb350e44f00936ac4a0b1 Gerrit-Change-Number: 779043 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
