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 authored and Jonathan Fung committed Jul 14, 2021
1 parent f18a659 commit c180e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
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 c180e0f

Please sign in to comment.