File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 27
27
" from kafka import KafkaConsumer\n " ,
28
28
" from kafka.errors import KafkaConfigurationError\n " ,
29
29
" import boto3\n " ,
30
- " import kfp_tekton\n " ,
31
30
" import kfp\n " ,
32
31
" from kfp import LocalClient, run_pipeline_func_locally\n " ,
33
32
" \n " ,
221
220
" if os.path.exists(src):\n " ,
222
221
" shutil.copyfile(src, kfp.components.OutputPath())\n " ,
223
222
" \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 " ,
231
223
" unittest.main(argv=[''], verbosity=2, exit=False)"
232
224
]
233
225
}
Original file line number Diff line number Diff line change 27
27
" from kafka import KafkaConsumer\n " ,
28
28
" from kafka.errors import KafkaConfigurationError\n " ,
29
29
" import boto3\n " ,
30
- " import kfp_tekton\n " ,
31
30
" import kfp\n " ,
32
31
" from kfp import LocalClient, run_pipeline_func_locally\n " ,
33
32
" \n " ,
215
214
" \n " ,
216
215
" self.assertEqual(boto3.DEFAULT_SESSION, session)\n " ,
217
216
" \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 " ,
225
217
" unittest.main(argv=[''], verbosity=2, exit=False)"
226
218
]
227
219
}
You can’t perform that action at this time.
0 commit comments