jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
Remove httpbin and Flask-Common from dev-requirements.txt

httpbin 0.7.0 supports Windows again and does not rely on Flask-Common,
therefore we don't need to explicitly require it anymore because it is
required by pytest-httpbin. We can also remove flask restriction since the
incompatibility has been resolved upstream as a consequence of Flask-Common
removal.

Bug: T178864
Bug: T193383
Change-Id: I9157084959ce1372a26bf094ac66a35253e4d58f
---
M dev-requirements.txt
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/dev-requirements.txt b/dev-requirements.txt
index 35d079b..01bca1c 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -8,8 +8,6 @@
pytest-cov
pytest-attrib
pytest-httpbin
-httpbin<0.6.0 ; os_name != 'posix'
-Flask<1.0.1 # T193383

six

To view, visit change 432343. To unsubscribe, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I9157084959ce1372a26bf094ac66a35253e4d58f
Gerrit-Change-Number: 432343
Gerrit-PatchSet: 3
Gerrit-Owner: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444@gmail.com>
Gerrit-Reviewer: jenkins-bot <>