You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2022/03/25 10:44:53 UTC

[zeppelin] branch master updated: [ZEPPELIN-5693] IPythonInterpreterTest.testIPythonPlotting fails due to jinjia2 version upgrade

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

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new ade718c  [ZEPPELIN-5693] IPythonInterpreterTest.testIPythonPlotting fails due to jinjia2 version upgrade
ade718c is described below

commit ade718c778612e87a5d91c492169a54003ae3091
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Fri Mar 25 11:52:32 2022 +0800

    [ZEPPELIN-5693] IPythonInterpreterTest.testIPythonPlotting fails due to jinjia2 version upgrade
    
    ### What is this PR for?
    
    Specify the jinjia2 version explicitly so that we won't get the error described in the jira.
    
    ### What type of PR is it?
    [Bug Fix ]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-5693
    
    ### How should this be tested?
    * CI pass
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Jeff Zhang <zj...@apache.org>
    
    Closes #4331 from zjffdu/ZEPPELIN-5693 and squashes the following commits:
    
    bff6509c3b [Jeff Zhang] [ZEPPELIN-5693] IPythonInterpreterTest.testIPythonPlotting fails due to jinjia2 version upgrade
---
 testing/env_python_3.7_with_R.yml              | 1 +
 testing/env_python_3.8_with_R.yml              | 1 +
 testing/env_python_3.yml                       | 1 +
 testing/env_python_3_with_R.yml                | 1 +
 testing/env_python_3_with_R_and_tensorflow.yml | 1 +
 testing/env_python_3_with_flink_112.yml        | 1 +
 testing/env_python_3_with_flink_113.yml        | 1 +
 testing/env_python_3_with_flink_114.yml        | 1 +
 8 files changed, 8 insertions(+)

diff --git a/testing/env_python_3.7_with_R.yml b/testing/env_python_3.7_with_R.yml
index 64d9768..10d46aa 100644
--- a/testing/env_python_3.7_with_R.yml
+++ b/testing/env_python_3.7_with_R.yml
@@ -22,6 +22,7 @@ dependencies:
   - altair
   - vega_datasets
   - plotly
+  - jinja2=3.0.3
   - pip
   - r-base=3
   - r-data.table
diff --git a/testing/env_python_3.8_with_R.yml b/testing/env_python_3.8_with_R.yml
index 64d9768..10d46aa 100644
--- a/testing/env_python_3.8_with_R.yml
+++ b/testing/env_python_3.8_with_R.yml
@@ -22,6 +22,7 @@ dependencies:
   - altair
   - vega_datasets
   - plotly
+  - jinja2=3.0.3
   - pip
   - r-base=3
   - r-data.table
diff --git a/testing/env_python_3.yml b/testing/env_python_3.yml
index 84a6c71..f9d548e 100644
--- a/testing/env_python_3.yml
+++ b/testing/env_python_3.yml
@@ -18,6 +18,7 @@ dependencies:
   - bokeh=1.3.4
   - panel=0.6.0
   - holoviews=1.12.3
+  - jinja2=3.0.3
   - pip
   - pip:
     - bkzep==0.6.1
diff --git a/testing/env_python_3_with_R.yml b/testing/env_python_3_with_R.yml
index 512e632..016e708 100644
--- a/testing/env_python_3_with_R.yml
+++ b/testing/env_python_3_with_R.yml
@@ -23,6 +23,7 @@ dependencies:
   - altair
   - vega_datasets
   - plotly
+  - jinja2=3.0.3
   - pip
   - r-base=3
   - r-data.table
diff --git a/testing/env_python_3_with_R_and_tensorflow.yml b/testing/env_python_3_with_R_and_tensorflow.yml
index fc49ca3..498a00d 100644
--- a/testing/env_python_3_with_R_and_tensorflow.yml
+++ b/testing/env_python_3_with_R_and_tensorflow.yml
@@ -23,6 +23,7 @@ dependencies:
   - altair
   - vega_datasets
   - plotly
+  - jinja2=3.0.3
   - pip
   - r-base=3
   - r-data.table
diff --git a/testing/env_python_3_with_flink_112.yml b/testing/env_python_3_with_flink_112.yml
index 37fa6e0..7f0824f 100644
--- a/testing/env_python_3_with_flink_112.yml
+++ b/testing/env_python_3_with_flink_112.yml
@@ -22,6 +22,7 @@ dependencies:
   - altair
   - vega_datasets
   - plotly
+  - jinja2=3.0.3
   - pip
   - pip:
       - apache-flink==1.12.2
diff --git a/testing/env_python_3_with_flink_113.yml b/testing/env_python_3_with_flink_113.yml
index 59e9b2c..61ba025 100644
--- a/testing/env_python_3_with_flink_113.yml
+++ b/testing/env_python_3_with_flink_113.yml
@@ -22,6 +22,7 @@ dependencies:
   - altair
   - vega_datasets
   - plotly
+  - jinja2=3.0.3
   - pip
   - pip:
       - apache-flink==1.13.1
diff --git a/testing/env_python_3_with_flink_114.yml b/testing/env_python_3_with_flink_114.yml
index ad316be..5edc11d 100644
--- a/testing/env_python_3_with_flink_114.yml
+++ b/testing/env_python_3_with_flink_114.yml
@@ -22,6 +22,7 @@ dependencies:
   - altair
   - vega_datasets
   - plotly
+  - jinja2=3.0.3
   - pip
   - pip:
       - apache-flink==1.14.0