Skip to content

Commit 33d448e

Browse files
authored
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
1 parent 1466ad7 commit 33d448e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ pytest-cov
33
pytest-httpbin<1.0
44
pytest-mock==2.0.0
55
httpbin==0.7.0
6+
Flask>=1.0,<2.0
67
wheel

0 commit comments

Comments
 (0)