You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by iv...@apache.org on 2022/02/21 11:52:36 UTC

[ignite-python-thin-client] branch master updated: IGNITE-16599 Fix tests by setting strict version of MarkupSafe (#51)

This is an automated email from the ASF dual-hosted git repository.

ivandasch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git


The following commit(s) were added to refs/heads/master by this push:
     new abbff02  IGNITE-16599 Fix tests by setting strict version of MarkupSafe (#51)
abbff02 is described below

commit abbff023a9641eac214998989fa9c3ce862e208f
Author: Ivan Daschinskiy <iv...@apache.org>
AuthorDate: Mon Feb 21 14:52:28 2022 +0300

    IGNITE-16599 Fix tests by setting strict version of MarkupSafe (#51)
---
 .travis.yml            | 2 +-
 requirements/tests.txt | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2cd3e2b..a52c5b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ addons:
 
 env:
   global:
-    - IGNITE_VERSION=2.9.1
+    - IGNITE_VERSION=2.12.0
     - IGNITE_HOME=/opt/ignite
 
 before_install:
diff --git a/requirements/tests.txt b/requirements/tests.txt
index 38a8e9e..a84975e 100644
--- a/requirements/tests.txt
+++ b/requirements/tests.txt
@@ -7,4 +7,5 @@ pytest-asyncio==0.14.0
 teamcity-messages==1.28
 psutil==5.8.0
 jinja2==2.11.3
+markupsafe==2.0.1
 flake8==3.8.4