mirror of https://github.com/pyodide/pyodide.git
requirements.txt: Pin selenium==4.25.0 to fix ci failures (#5182)
This commit is contained in:
parent
4c2878f01e
commit
993a8ee02f
|
@ -13,3 +13,6 @@ pytest-cov
|
|||
pytest-httpserver
|
||||
pytest-benchmark
|
||||
pytest-pyodide==0.58.3
|
||||
setuptools; python_version >= '3.12'
|
||||
# TODO(cclauss): Remove the Selenium line.
|
||||
selenium==4.25.0
|
||||
|
|
Loading…
Reference in New Issue