Skip to content

Commit aefe060

Browse files
Merge pull request #478 from atheo89/RHOAIENG-4784
Remove kfp_tekton from the testing notebooks
2 parents 04a2b83 + 9bdcdd2 commit aefe060

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"from kafka import KafkaConsumer\n",
2828
"from kafka.errors import KafkaConfigurationError\n",
2929
"import boto3\n",
30-
"import kfp_tekton\n",
3130
"import kfp\n",
3231
"from kfp import LocalClient, run_pipeline_func_locally\n",
3332
"\n",
@@ -221,13 +220,6 @@
221220
" if os.path.exists(src):\n",
222221
" shutil.copyfile(src, kfp.components.OutputPath())\n",
223222
"\n",
224-
"class TestKFPTekton(unittest.TestCase):\n",
225-
"\n",
226-
" def test_version(self):\n",
227-
" expected_major_minor = '1.6.0'\n",
228-
"\n",
229-
" self.assertLess(kfp_tekton.__version__, expected_major_minor)\n",
230-
"\n",
231223
"unittest.main(argv=[''], verbosity=2, exit=False)"
232224
]
233225
}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"from kafka import KafkaConsumer\n",
2828
"from kafka.errors import KafkaConfigurationError\n",
2929
"import boto3\n",
30-
"import kfp_tekton\n",
3130
"import kfp\n",
3231
"from kfp import LocalClient, run_pipeline_func_locally\n",
3332
"\n",
@@ -215,13 +214,6 @@
215214
"\n",
216215
" self.assertEqual(boto3.DEFAULT_SESSION, session)\n",
217216
"\n",
218-
"class TestKFPTekton(unittest.TestCase):\n",
219-
"\n",
220-
" def test_version(self):\n",
221-
" expected_major_minor = '1.6.0'\n",
222-
"\n",
223-
" self.assertLess(kfp_tekton.__version__, expected_major_minor)\n",
224-
"\n",
225217
"unittest.main(argv=[''], verbosity=2, exit=False)"
226218
]
227219
}

0 commit comments

Comments
 (0)