jenkins-bot merged this change.
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.