You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/11/25 21:23:11 UTC

[beam] branch master updated: Advance the chromedriver-binary version with new screenshots.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d29095d  Advance the chromedriver-binary version with new screenshots.
     new 545db73  Merge pull request #13423 from KevinGG/BEAM-11045
d29095d is described below

commit d29095dd4c2e7eab26588b8f8fa268544c5711ce
Author: Ning Kang <ni...@google.com>
AuthorDate: Tue Nov 24 16:32:36 2020 -0800

    Advance the chromedriver-binary version with new screenshots.
---
 .../Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png     | Bin 700548 -> 703677 bytes
 sdks/python/setup.py                               |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png
index 412d3cd..6f3f325 100644
Binary files a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png and b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png differ
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index e029298..f3351c5 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -215,7 +215,7 @@ INTERACTIVE_BEAM_TEST = [
     # headless chrome based integration tests
     'selenium>=3.141.0,<4',
     'needle>=0.5.0,<1',
-    'chromedriver-binary>=86,<87',
+    'chromedriver-binary>=87,<88',
     # use a fixed major version of PIL for different python versions
     'pillow>=7.1.1,<8',
 ]