You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/06/16 00:27:40 UTC

[beam] branch master updated: Update screen_diff deps and goldens as stable Chrome version advances.

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

pabloem 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 01d96bd  Update screen_diff deps and goldens as stable Chrome version advances.
     new 26cf2ea  Merge pull request #12005 from Update screen_diff deps and goldens as stable Chrome version advances.
01d96bd is described below

commit 01d96bd7c0ba7b03530ea0e9fa9a8012d52d6f12
Author: Ning Kang <ni...@google.com>
AuthorDate: Fri Jun 12 12:55:29 2020 -0700

    Update screen_diff deps and goldens as stable Chrome version advances.
    
    Change-Id: Ia1aa47ca464df0da23ea04e5c5b5f626757ab85c
---
 .../Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png    | Bin 762141 -> 748447 bytes
 .../Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png     | Bin 717124 -> 716205 bytes
 sdks/python/setup.py                               |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png
index 033df99..fd64793 100644
Binary files a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png and b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png differ
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 9dc66d0..d3edd5f 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 bb280e6..2390d76 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -228,7 +228,7 @@ INTERACTIVE_BEAM_TEST = [
     # headless chrome based integration tests
     'selenium>=3.141.0,<4',
     'needle>=0.5.0,<1',
-    'chromedriver-binary>=80,<81',
+    'chromedriver-binary>=83,<84',
     # use a fixed major version of PIL for different python versions
     'pillow>=7.1.1,<8',
 ]