Skip to content

Commit

Permalink
tests: revert bumping jinja2 in flask 1.0 tests
Browse files Browse the repository at this point in the history
Unfortunately flask 1.0 does not work with jinja 3.1.x:

venv/lib/python3.10/site-packages/flask/__init__.py:19: in <module>
    from jinja2 import Markup, escape
E   ImportError: cannot import name 'Markup' from 'jinja2'
  • Loading branch information
xrmx committed May 9, 2024
1 parent c6fa2f7 commit a7780d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements/reqs-flask-1.0.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jinja2<3.2.0
jinja2<3.1.0
Werkzeug<2.1.0
Flask>=1.0,<1.1
MarkupSafe<2.1
Expand Down

0 comments on commit a7780d6

Please sign in to comment.