Skip to content

Commit abbff02

Browse files
authored
IGNITE-16599 Fix tests by setting strict version of MarkupSafe (#51)
1 parent 3bf1cc1 commit abbff02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ addons:
2323

2424
env:
2525
global:
26-
- IGNITE_VERSION=2.9.1
26+
- IGNITE_VERSION=2.12.0
2727
- IGNITE_HOME=/opt/ignite
2828

2929
before_install:

requirements/tests.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ pytest-asyncio==0.14.0
77
teamcity-messages==1.28
88
psutil==5.8.0
99
jinja2==2.11.3
10+
markupsafe==2.0.1
1011
flake8==3.8.4

0 commit comments

Comments
 (0)