Skip to content

Commit 3093376

Browse files
authored
tests: require Werkzeug < 3 for flask 2.0 tests (#2020)
Otherwise it'll skip tests becasue flask import does not work.
1 parent 6eca846 commit 3093376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Flask>=2.0,<2.1
2+
Werkzeug<3
23
blinker>=1.1
34
itsdangerous
45
-r reqs-base.txt

0 commit comments

Comments
 (0)