Skip to content

Commit c153a6a

Browse files
authored
Merge pull request #114 from datalayer-externals/ci/test-selenium
2 parents 83a2fe8 + 6ff8eed commit c153a6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nbclassic/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
os.path.join(os.path.dirname(__file__), "templates"),
6060
]
6161

62+
6263
def _jupyter_server_extension_paths():
6364
# Locally import to avoid install errors.
6465
from .notebookapp import NotebookApp

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)