Test against jinja2 3.x (#8014)

New installs of the 2.x branch are currently broken due to https://github.com/pallets/jinja/issues/1585, which the maintainer of jinja apparently does not intend to fix.
pull/7948/head^2
Matt Westcott 2022-02-18 11:42:10 +00:00 zatwierdzone przez GitHub
rodzic 6b8126d5a3
commit de8b976b6f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -44,7 +44,7 @@ testing_extras = [
"python-dateutil>=2.7",
"pytz>=2014.7",
"elasticsearch>=5.0,<6.0",
"Jinja2>=2.11,<3.0",
"Jinja2>=3.0,<4.0",
"boto3>=1.16,<1.17",
"freezegun>=0.3.8",
"openpyxl>=2.6.4",