Skip to content

Commit

Permalink
Merge pull request Pylons#519 from Pylons/pin-selenium-min-4.0.0.b4
Browse files Browse the repository at this point in the history
Pin selenium min 4.0.0.b4
  • Loading branch information
stevepiercy authored Jun 9, 2021
2 parents 5ba96e4 + 6e622e1 commit f8529d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def readfile(name):

# Selenium 4.0 does not work on Python 3.6.
if PY37MIN:
functional_testing_extras.extend(["selenium >= 4.0a, < 4.0.0.b1"])
functional_testing_extras.extend(["selenium >= 4.0.0.b4"])
else:
functional_testing_extras.extend(["selenium >= 3.0, < 4.0"])

Expand Down

0 comments on commit f8529d8

Please sign in to comment.