This is an automated email from the ASF dual-hosted git repository. anandinguva pushed a commit to branch pyproject_toml in repository https://gitbox.apache.org/repos/asf/beam.git
commit 5c71cbf79b4d6af79ea140a3a074a4d80138c083 Merge: 99b2f7bd793 0ea90566b53 Author: Anand Inguva <[email protected]> AuthorDate: Wed Sep 6 12:19:21 2023 -0400 Merge remote-tracking branch 'origin/pyproject' into pyproject_toml .github/workflows/beam_PreCommit_Python.yml | 1 + .../workflows/beam_PreCommit_Python_Coverage.yml | 2 + .../workflows/beam_PreCommit_Python_Dataframes.yml | 1 + .../workflows/beam_PreCommit_Python_Examples.yml | 1 + .../beam_PreCommit_Python_Integration.yml | 2 +- .../workflows/beam_PreCommit_Python_Runners.yml | 1 + .../workflows/beam_PreCommit_Python_Transforms.yml | 1 + .github/workflows/build_wheels.yml | 17 ++- .github/workflows/dask_runner_tests.yml | 8 +- .github/workflows/python_dependency_tests.yml | 5 +- .github/workflows/python_tests.yml | 14 +-- .github/workflows/run_perf_alert_tool.yml | 3 - .github/workflows/typescript_tests.yml | 7 +- .test-infra/jenkins/job_PreCommit_Python.groovy | 1 + .../jenkins/job_PreCommit_Python_Coverage.groovy | 3 + .../jenkins/job_PreCommit_Python_Dataframes.groovy | 3 +- .../jenkins/job_PreCommit_Python_Examples.groovy | 3 +- .../jenkins/job_PreCommit_Python_Runners.groovy | 3 +- .../jenkins/job_PreCommit_Python_Transforms.groovy | 3 +- .../org/apache/beam/gradle/BeamModulePlugin.groovy | 41 ++++--- .../src/main/scripts/build_release_candidate.sh | 2 +- sdks/python/apache_beam/coders/slow_coders_test.py | 5 +- .../apache_beam/examples/inference/README.md | 1 - .../apache_beam/examples/kafkataxi/README.md | 4 +- .../apache_beam/io/gcp/bigquery_avro_tools_test.py | 11 +- .../apache_beam/io/gcp/bigquery_file_loads_test.py | 2 +- .../io/gcp/bigquery_schema_tools_test.py | 4 +- sdks/python/apache_beam/io/gcp/bigquery_test.py | 73 ++++++++++--- .../apache_beam/io/gcp/bigquery_tools_test.py | 9 +- .../io/gcp/internal/clients/bigquery/__init__.py | 3 - .../io/gcp/internal/clients/storage/__init__.py | 3 - .../apache_beam/ml/gcp/naturallanguageml_test.py | 5 +- sdks/python/apache_beam/runners/common.py | 4 +- .../internal/clients/cloudbuild/__init__.py | 2 - .../dataflow/internal/clients/dataflow/__init__.py | 3 - .../clients/dataflow/message_matchers_test.py | 4 +- .../apache_beam/runners/portability/stager.py | 8 +- sdks/python/build-requirements.txt | 28 ----- sdks/python/build.gradle | 7 +- sdks/python/gen_protos.py | 120 ++++++++------------- .../clients/storage/__init__.py => pyproject.toml} | 33 +++--- sdks/python/scripts/run_pylint.sh | 1 + sdks/python/scripts/run_pytest.sh | 4 +- sdks/python/scripts/run_tox.sh | 24 +++-- sdks/python/setup.py | 63 +++++++---- sdks/python/test-suites/tox/common.gradle | 22 +++- sdks/python/test-suites/tox/py310/build.gradle | 2 - sdks/python/test-suites/tox/py311/build.gradle | 2 - sdks/python/test-suites/tox/py38/build.gradle | 2 - sdks/python/test-suites/tox/py39/build.gradle | 3 - sdks/python/tox.ini | 36 +++---- .../documentation/ml/multi-language-inference.md | 2 +- .../sdks/python-pipeline-dependencies.md | 13 +-- 53 files changed, 319 insertions(+), 306 deletions(-)
