Skip to content

Commit

Permalink
installation: pin Flask<2.3.0
Browse files Browse the repository at this point in the history
- Temporary pin until pytest-dev/pytest-flask#167 is addressed.
  • Loading branch information
slint authored Oct 2, 2023
1 parent fd8fcb3 commit fd05b62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ install_requires =
check-manifest>=0.42
coverage>=5.3,<6
docker-services-cli>=0.4.0
# See https://github.com/pytest-dev/pytest-flask/issues/167
Flask>=1.1.4,<2.3.0
pytest-cov>=3.0.0
pytest-flask>=1.2.0
pytest-isort>=3.0.0
Expand Down

0 comments on commit fd05b62

Please sign in to comment.