Skip to content

Commit

Permalink
Fix interactive tests for Beam Notebooks release (#28880)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-lemos authored Oct 6, 2023
1 parent a6947eb commit 7531501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,11 @@ def get_portability_package_data():
'interactive_test': [
# headless chrome based integration tests
'needle>=0.5.0,<1',
'chromedriver-binary>=100,<114',
'chromedriver-binary>=117,<118',
# use a fixed major version of PIL for different python versions
'pillow>=7.1.1,<10',
# urllib 2.x is a breaking change for the headless chrome tests
'urllib3<2,>=1.21.1'
],
'aws': ['boto3>=1.9,<2'],
'azure': [
Expand Down

0 comments on commit 7531501

Please sign in to comment.