Skip to content

Commit

Permalink
Pin Flask to <2.0 to fix the test suite
Browse files Browse the repository at this point in the history
httpbin does not limit Flask version and the 2.0 release has broken compatibility with our test suite
  • Loading branch information
Ousret committed Jul 6, 2021
1 parent 1466ad7 commit 33d448e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 33d448e

Please sign in to comment.