This is an automated email from the ASF dual-hosted git repository.
michel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from cd8c6ec Merge pull request #8711: [BEAM-7448] Remove redundant
windowing information and unused accumulators on Spark runner
add c552ce1 Remove usages of deprecated self.assertEquals in Python
codebase
new 5623d8b Merge pull request #8612: [BEAM-7101] Remove usages of
deprecated self.assertEquals in Python codebase
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
sdks/python/apache_beam/coders/coders_test.py | 10 +--
sdks/python/apache_beam/coders/observable_test.py | 6 +-
sdks/python/apache_beam/coders/stream_test.py | 46 +++++++-------
.../apache_beam/internal/gcp/json_value_test.py | 36 +++++------
.../apache_beam/internal/http_client_test.py | 24 +++----
sdks/python/apache_beam/internal/pickler_test.py | 24 +++----
sdks/python/apache_beam/internal/util_test.py | 20 +++---
sdks/python/apache_beam/io/concat_source_test.py | 74 +++++++++++-----------
sdks/python/apache_beam/io/filebasedsource_test.py | 28 ++++----
.../apache_beam/io/gcp/bigquery_tools_test.py | 6 +-
sdks/python/apache_beam/io/gcp/gcsio_test.py | 2 +-
.../python/apache_beam/io/hadoopfilesystem_test.py | 4 +-
sdks/python/apache_beam/io/localfilesystem_test.py | 4 +-
sdks/python/apache_beam/io/parquetio_test.py | 6 +-
.../apache_beam/io/source_test_utils_test.py | 12 ++--
sdks/python/apache_beam/pipeline_test.py | 32 +++++-----
.../runners/worker/sdk_worker_main_test.py | 2 +-
.../apache_beam/testing/synthetic_pipeline_test.py | 4 +-
.../dataflow_distribution_counter_test.py | 24 +++----
sdks/python/apache_beam/transforms/trigger_test.py | 4 +-
.../typehints/trivial_inference_test.py | 2 +-
.../apache_beam/typehints/typed_pipeline_test.py | 2 +-
.../python/apache_beam/typehints/typehints_test.py | 14 ++--
23 files changed, 193 insertions(+), 193 deletions(-)