Abacn commented on issue #24813: URL: https://github.com/apache/beam/issues/24813#issuecomment-1368091216
#24204 is breaking python precommit ``` ERROR: module or package not found: 'apache_beam/*.py (missing __init__.py?) ERROR: InvocationError for command /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Cron/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/scripts/run_pytest.sh py39-cython ''"'"'apache_beam/*.py apache_beam/coders apache_beam/internal apache_beam/io apache_beam/metrics apache_beam/ml apache_beam/options apache_beam/portability apache_beam/testing apache_beam/tools apache_beam/typehints apache_beam/utils'"'"'' (exited with code 4) ``` likely posargs does not support wildcard `apache_beam/*.py` so we can only use exclusion list, actually -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
