You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ni...@apache.org on 2022/04/22 01:11:16 UTC

[beam] branch master updated: Updated the dep and golden for screen diff integration tests (#17442)

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

ningk 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 266005cfbfd Updated the dep and golden for screen diff integration tests (#17442)
266005cfbfd is described below

commit 266005cfbfdd67f41a928b6323a9b0540a8c4e2b
Author: Ning Kang <ni...@gmail.com>
AuthorDate: Thu Apr 21 18:11:04 2022 -0700

    Updated the dep and golden for screen diff integration tests (#17442)
---
 .../Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png    | Bin 762483 -> 750154 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/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png
index 2b27bfbc0de..0bb1369953b 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/setup.py b/sdks/python/setup.py
index f8ecc1c299c..36ccd1d3a43 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -219,7 +219,7 @@ INTERACTIVE_BEAM_TEST = [
     'nbconvert>=6.2.0,<7',
     # headless chrome based integration tests
     'needle>=0.5.0,<1',
-    'chromedriver-binary>=96,<97',
+    'chromedriver-binary>=100,<101',
     # use a fixed major version of PIL for different python versions
     'pillow>=7.1.1,<8',
 ]