Skip to content

Commit

Permalink
tests: revert bumping jinja2 in flask 1.0 tests (#2037)
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 10, 2024
1 parent c6fa2f7 commit c15a7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements/reqs-flask-1.0.txt
@@ -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 c15a7bd

Please sign in to comment.