tvalentyn commented on code in PR #28534: URL: https://github.com/apache/beam/pull/28534#discussion_r1330536138
########## sdks/python/apache_beam/ml/inference/vertex_ai_inference_it_test.py: ########## @@ -45,6 +47,10 @@ class VertexAIInference(unittest.TestCase): + @unittest.skipIf( + tf is None, 'Missing dependencies. ' + 'Test depends on tensorflow') + @pytest.mark.uses_tf Review Comment: adding this annotation would make tox pick up this test some other unit test suites, and then skip b/c vertex ai deps are not installed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org