Skip to content

Commit

Permalink
Remove kfp_tekton from the testing notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Mar 26, 2024
1 parent 503090e commit 9bdcdd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions jupyter/datascience/ubi8-python-3.8/test/test_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"from kafka import KafkaConsumer\n",
"from kafka.errors import KafkaConfigurationError\n",
"import boto3\n",
"import kfp_tekton\n",
"import kfp\n",
"from kfp import LocalClient, run_pipeline_func_locally\n",
"\n",
Expand Down Expand Up @@ -221,13 +220,6 @@
" if os.path.exists(src):\n",
" shutil.copyfile(src, kfp.components.OutputPath())\n",
"\n",
"class TestKFPTekton(unittest.TestCase):\n",
"\n",
" def test_version(self):\n",
" expected_major_minor = '1.6.0'\n",
"\n",
" self.assertLess(kfp_tekton.__version__, expected_major_minor)\n",
"\n",
"unittest.main(argv=[''], verbosity=2, exit=False)"
]
}
Expand Down
8 changes: 0 additions & 8 deletions jupyter/datascience/ubi9-python-3.9/test/test_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"from kafka import KafkaConsumer\n",
"from kafka.errors import KafkaConfigurationError\n",
"import boto3\n",
"import kfp_tekton\n",
"import kfp\n",
"from kfp import LocalClient, run_pipeline_func_locally\n",
"\n",
Expand Down Expand Up @@ -215,13 +214,6 @@
"\n",
" self.assertEqual(boto3.DEFAULT_SESSION, session)\n",
"\n",
"class TestKFPTekton(unittest.TestCase):\n",
"\n",
" def test_version(self):\n",
" expected_major_minor = '1.6.0'\n",
"\n",
" self.assertLess(kfp_tekton.__version__, expected_major_minor)\n",
"\n",
"unittest.main(argv=[''], verbosity=2, exit=False)"
]
}
Expand Down

0 comments on commit 9bdcdd2

Please sign in to comment.