Test against jinja2 3.x

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/8227/head
Matt Westcott 2022-02-18 11:17:26 +00:00
rodzic 38eb213d54
commit d44e2ecbf9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -45,7 +45,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',