You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pd...@apache.org on 2021/11/11 13:04:30 UTC

[zeppelin] branch master updated: [Hotfix] Add ipython_genutils

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

pdallig 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 cd09f93  [Hotfix] Add ipython_genutils
cd09f93 is described below

commit cd09f93b0d713ea3e199cf96f24855d4e67c1cff
Author: Philipp Dallig <ph...@gmail.com>
AuthorDate: Thu Nov 11 09:45:11 2021 +0100

    [Hotfix] Add ipython_genutils
    
    ### What is this PR for?
    Hotfix for CI
    
    ### What type of PR is it?
    - Hot Fix
    
    ### How should this be tested?
    * CI should run
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Philipp Dallig <ph...@gmail.com>
    
    Closes #4265 from Reamer/jupyter_bugfix and squashes the following commits:
    
    dad1ff950 [Philipp Dallig] Add ipython_genutils
---
 testing/env_python_3.7_with_R.yml              | 1 +
 testing/env_python_3.8_with_R.yml              | 1 +
 testing/env_python_3_with_R.yml                | 3 ++-
 testing/env_python_3_with_R_and_tensorflow.yml | 1 +
 testing/env_python_3_with_flink_110.yml        | 1 +
 testing/env_python_3_with_flink_111.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 +
 9 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/testing/env_python_3.7_with_R.yml b/testing/env_python_3.7_with_R.yml
index b204a0b..64d9768 100644
--- a/testing/env_python_3.7_with_R.yml
+++ b/testing/env_python_3.7_with_R.yml
@@ -10,6 +10,7 @@ dependencies:
   - protobuf
   - pandasql
   - ipython
+  - ipython_genutils
   - ipykernel
   - jupyter_client=5
   - hvplot
diff --git a/testing/env_python_3.8_with_R.yml b/testing/env_python_3.8_with_R.yml
index b204a0b..64d9768 100644
--- a/testing/env_python_3.8_with_R.yml
+++ b/testing/env_python_3.8_with_R.yml
@@ -10,6 +10,7 @@ dependencies:
   - protobuf
   - pandasql
   - ipython
+  - ipython_genutils
   - ipykernel
   - jupyter_client=5
   - hvplot
diff --git a/testing/env_python_3_with_R.yml b/testing/env_python_3_with_R.yml
index d4acf16..512e632 100644
--- a/testing/env_python_3_with_R.yml
+++ b/testing/env_python_3_with_R.yml
@@ -10,6 +10,7 @@ dependencies:
   - protobuf
   - pandasql
   - ipython
+  - ipython_genutils
   - ipykernel
   - jupyter_client=5
   - hvplot
@@ -31,4 +32,4 @@ dependencies:
   - r-ggplot2
   - r-irkernel
   - r-shiny
-  - r-googlevis
\ No newline at end of file
+  - r-googlevis
diff --git a/testing/env_python_3_with_R_and_tensorflow.yml b/testing/env_python_3_with_R_and_tensorflow.yml
index a7c8fff..fc49ca3 100644
--- a/testing/env_python_3_with_R_and_tensorflow.yml
+++ b/testing/env_python_3_with_R_and_tensorflow.yml
@@ -10,6 +10,7 @@ dependencies:
   - protobuf
   - pandasql
   - ipython
+  - ipython_genutils
   - ipykernel
   - jupyter_client=5
   - hvplot
diff --git a/testing/env_python_3_with_flink_110.yml b/testing/env_python_3_with_flink_110.yml
index 9255e5c..855378a 100644
--- a/testing/env_python_3_with_flink_110.yml
+++ b/testing/env_python_3_with_flink_110.yml
@@ -10,6 +10,7 @@ dependencies:
   - protobuf
   - pandasql
   - ipython
+  - ipython_genutils
   - ipykernel
   - jupyter_client=5
   - hvplot
diff --git a/testing/env_python_3_with_flink_111.yml b/testing/env_python_3_with_flink_111.yml
index 33d5733..889d723 100644
--- a/testing/env_python_3_with_flink_111.yml
+++ b/testing/env_python_3_with_flink_111.yml
@@ -10,6 +10,7 @@ dependencies:
   - protobuf
   - pandasql
   - ipython
+  - ipython_genutils
   - ipykernel
   - jupyter_client=5
   - hvplot
diff --git a/testing/env_python_3_with_flink_112.yml b/testing/env_python_3_with_flink_112.yml
index 6d67eb0..37fa6e0 100644
--- a/testing/env_python_3_with_flink_112.yml
+++ b/testing/env_python_3_with_flink_112.yml
@@ -10,6 +10,7 @@ dependencies:
   - protobuf
   - pandasql
   - ipython
+  - ipython_genutils
   - ipykernel
   - jupyter_client=5
   - hvplot
diff --git a/testing/env_python_3_with_flink_113.yml b/testing/env_python_3_with_flink_113.yml
index c1f352b..59e9b2c 100644
--- a/testing/env_python_3_with_flink_113.yml
+++ b/testing/env_python_3_with_flink_113.yml
@@ -10,6 +10,7 @@ dependencies:
   - protobuf
   - pandasql
   - ipython
+  - ipython_genutils
   - ipykernel
   - jupyter_client=5
   - hvplot
diff --git a/testing/env_python_3_with_flink_114.yml b/testing/env_python_3_with_flink_114.yml
index 37c6fa8..ad316be 100644
--- a/testing/env_python_3_with_flink_114.yml
+++ b/testing/env_python_3_with_flink_114.yml
@@ -10,6 +10,7 @@ dependencies:
   - protobuf
   - pandasql
   - ipython
+  - ipython_genutils
   - ipykernel
   - jupyter_client=5
   - hvplot