Skip to content

Commit

Permalink
Merge pull request opendatahub-io#478 from atheo89/RHOAIENG-4784
Browse files Browse the repository at this point in the history
Remove kfp_tekton from the testing notebooks
  • Loading branch information
ide-developer authored Mar 27, 2024
2 parents 04a2b83 + 9bdcdd2 commit aefe060
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 aefe060

Please sign in to comment.