Skip to content

Commit b486c4b

Browse files
committed
Remove kfp LocalClient lib from datascience notebook testing since it has been deprecated on the latest versions of kfp package
1 parent e66dc95 commit b486c4b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

jupyter/datascience/ubi8-python-3.8/test/test_notebook.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
"from kafka import KafkaConsumer\n",
2828
"from kafka.errors import KafkaConfigurationError\n",
2929
"import boto3\n",
30-
"import kfp\n",
31-
"from kfp import LocalClient, run_pipeline_func_locally\n",
3230
"\n",
3331
"def get_major_minor(s):\n",
3432
" return '.'.join(s.split('.')[:2])\n",

jupyter/datascience/ubi9-python-3.9/test/test_notebook.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
"from kafka import KafkaConsumer\n",
2828
"from kafka.errors import KafkaConfigurationError\n",
2929
"import boto3\n",
30-
"import kfp\n",
31-
"from kfp import LocalClient, run_pipeline_func_locally\n",
3230
"\n",
3331
"def get_major_minor(s):\n",
3432
" return '.'.join(s.split('.')[:2])\n",

0 commit comments

Comments
 (0)