Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/778984 )
Change subject: [tests] Don't use werkzeug 2.1 ...................................................................... [tests] Don't use werkzeug 2.1 pytest-httpbin needs httpbin which isn't activly supported. httpbin needs werkzeug but fails with werkzeug 2.1.0 and 2.1.1 force werkzeug <> 2.1 Bug: T305124 Change-Id: Idca235dd8e2ae73e361a691f2f10c23a96495c64 --- M dev-requirements.txt 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/dev-requirements.txt b/dev-requirements.txt index 8002c06..178640e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -11,8 +11,8 @@ pytest-attrib>=0.1.3 # 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 (T305124) -werkzeug>=0.15.5,!=2.1.0 +# httpbin 0.7 fails with werkzeug 2.1.0/1 (T305124) +werkzeug>=0.15.5,!=2.1 # 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/+/778984 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: Idca235dd8e2ae73e361a691f2f10c23a96495c64 Gerrit-Change-Number: 778984 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]
