Skip to content

Commit

Permalink
tests: require Werkzeug < 3 for flask 2.0 tests (#2020)
Browse files Browse the repository at this point in the history
Otherwise it'll skip tests becasue flask import does not work.
  • Loading branch information
xrmx committed Apr 3, 2024
1 parent 6eca846 commit 3093376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/requirements/reqs-flask-2.0.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Flask>=2.0,<2.1
Werkzeug<3
blinker>=1.1
itsdangerous
-r reqs-base.txt

0 comments on commit 3093376

Please sign in to comment.