Pin Flask to <2.0 to fix the test suite

httpbin does not limit Flask version and the 2.0 release has broken compatibility with our test suite
This commit is contained in:
TAHRI Ahmed R
2021-07-06 22:39:50 +02:00
committed by GitHub
parent 1466ad713c
commit 33d448eb21
+1
View File
@@ -3,4 +3,5 @@ pytest-cov
pytest-httpbin<1.0
pytest-mock==2.0.0
httpbin==0.7.0
Flask>=1.0,<2.0
wheel