tvalentyn commented on code in PR #34924: URL: https://github.com/apache/beam/pull/34924#discussion_r2096345160
########## sdks/python/apache_beam/runners/portability/stager_test.py: ########## @@ -393,7 +398,46 @@ def test_setup_file_not_named_setup_dot_py(self): self.assertTrue( cm.exception.args[0].startswith( 'The --setup_file option expects the full path to a file named ' - 'setup.py instead of ')) + 'setup.py or pyproject.toml instead of ')) + + def test_setup_file_not_named_pyproject_dot_toml_file(self): Review Comment: ```suggestion def test_setup_file_supplies_unexpected_filename(self): ``` -- 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