Skip to content

Commit

Permalink
fix the selenium version back to <4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomst committed Jun 10, 2024
1 parent 4ddd80c commit b54f987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deps =
django41: Django>=4.1,<4.2
django42: Django>=4.2,<5.0
django50: Django>=5.0,<5.1
selenium<=4.16.0
selenium<4.3.0

commands = {envpython} tests/manage.py test testapp {posargs}
setenv = PYTHONPATH = .:{toxworkdir}

0 comments on commit b54f987

Please sign in to comment.