Skip to content

Commit e810c50

Browse files
authored
Update tests/conftest.py
1 parent 43b1887 commit e810c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def notebook_service():
7272

7373

7474
@pytest.fixture(scope="function")
75-
def selenium_driver(notebook_service, selenium, get_jupyter_version):
75+
def selenium_driver(notebook_service, selenium):
7676
"""
7777
Returns a function that starts a notebooks at a given path
7878
"""

0 commit comments

Comments
 (0)