Skip to content

Commit 6ff8eed

Browse files
committed
pin selenium to 4.1.5
1 parent 6cfe43a commit 6ff8eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
],
131131
extras_require = {
132132
'test': ['pytest', 'coverage', 'requests', 'testpath',
133-
'nbval', 'selenium', 'pytest', 'pytest-cov', 'pytest_tornasync'],
133+
'nbval', 'selenium==4.1.5', 'pytest', 'pytest-cov', 'pytest_tornasync'],
134134
'docs': ['sphinx', 'nbsphinx', 'sphinxcontrib_github_alt',
135135
'sphinx_rtd_theme', 'myst-parser'],
136136
'test:sys_platform != "win32"': ['requests-unixsocket'],

0 commit comments

Comments
 (0)