You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2020/05/28 01:14:46 UTC

[beam] branch master updated (3850133 -> c4f03a8)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 3850133  Merge pull request #11727 from ibzib/website-2-21
     add 6654a3d  [BEAM-9810] Tox suites for Python 3.8
     add c0c786d  [BEAM-9810] Fix 'dictionary keys changed during iteration' error
     add c2b9867  [BEAM-9810] Disable all failing tests until Dataflow runner supports Python 3.8
     add c4f03a8  [BEAM-9810] Add a Tox (precommit) suite for Python 3.8  #11707

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |  3 +-
 .../python/apache_beam/io/hadoopfilesystem_test.py | 15 +++--
 .../runners/dataflow/dataflow_runner_test.py       | 57 +++++++++++++++++++
 .../runners/dataflow/internal/apiclient_test.py    | 66 ++++++++++++++++++++++
 .../runners/dataflow/template_runner_test.py       |  3 +
 sdks/python/test-suites/tox/py37/build.gradle      |  3 -
 .../test-suites/tox/{py36 => py38}/build.gradle    |  9 ++-
 sdks/python/test-suites/tox/pycommon/build.gradle  |  2 +-
 sdks/python/tox.ini                                | 27 ++++++++-
 settings.gradle                                    |  1 +
 10 files changed, 170 insertions(+), 16 deletions(-)
 copy sdks/python/test-suites/tox/{py36 => py38}/build.gradle (85%)