Skip to content

Commit

Permalink
Merge pull request #90 from kayqueGovetri/FIX/version-urllib
Browse files Browse the repository at this point in the history
FIX: Pinned version urllib3
  • Loading branch information
hhslepicka committed May 8, 2023
2 parents 3e860a6 + fa72ba4 commit b66dfbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ msedge-selenium-tools==3.141.3
numpy
opencv-python
pillow
selenium==3.141
selenium==3.141
urllib3>=1,<2
2 changes: 1 addition & 1 deletion tests/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_display_size(web: WebBot):
web.set_screen_resolution(1280, 720)
(w, h) = web.display_size()

assert w == 1280
assert w in [1280, 1264, 1223]


def test_javascript(web: WebBot):
Expand Down

0 comments on commit b66dfbd

Please sign in to comment.