Skip to content

Commit d3e5a81

Browse files
committed
Removed selenium from setup.py
1 parent 328a8c7 commit d3e5a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
],
124124
extras_require = {
125125
'test': ['pytest', 'coverage', 'requests', 'testpath',
126-
'nbval', 'selenium==4.1.5', 'pytest-playwright', 'pytest-cov', 'pytest_tornasync'],
126+
'nbval', 'pytest-playwright', 'pytest-cov', 'pytest_tornasync'],
127127
'docs': ['sphinx', 'nbsphinx', 'sphinxcontrib_github_alt',
128128
'sphinx_rtd_theme', 'myst-parser'],
129129
'test:sys_platform != "win32"': ['requests-unixsocket'],

0 commit comments

Comments
 (0)