Skip to content

Commit

Permalink
remove explicit plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Dec 8, 2020
1 parent 355ddf7 commit 2398e63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from traitlets import default
from nbclassic.notebookapp import NotebookApp

pytest_plugins = ["pytest_jupyter_server"]


@pytest.fixture
def nbapp_log():
Expand Down Expand Up @@ -46,4 +44,4 @@ def server_config():
"nbclassic": True
}
}
}
}

0 comments on commit 2398e63

Please sign in to comment.