Skip to content

Commit 3456634

Browse files
authored
Merge pull request #9053 from readthedocs/fix-embed-tests
Fix jinja2 on embed tests
2 parents dd73d84 + 87cc540 commit 3456634

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.embedapi.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ deps =
2929
sphinx-41: Sphinx~=4.1.0
3030
sphinx-42: Sphinx~=4.2.0
3131
sphinx-latest: Sphinx
32+
jinja2<3.1.0
3233
setenv =
3334
DJANGO_SETTINGS_MODULE=readthedocs.settings.test
3435
changedir = {toxinidir}/readthedocs
35-
commands = pytest -m embed_api {posargs}
36+
commands = pytest -m embed_api {posargs}

0 commit comments

Comments
 (0)