Skip to content

Commit

Permalink
remove selenium version restriction (splinter is compatible with late…
Browse files Browse the repository at this point in the history
…st now)
  • Loading branch information
brondsem committed May 15, 2024
1 parent 34240a5 commit 939f770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ mock
coverage
bottle
splinter
selenium<4.10
selenium
tox
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
zip_safe=False,
tests_require=[
'pytest',
'selenium < 4.10',
'selenium',
'splinter',
],
)

0 comments on commit 939f770

Please sign in to comment.