Skip to content

Commit

Permalink
Merge pull request #794 from jtpio/tests
Browse files Browse the repository at this point in the history
Unpin jupyter_server in the tests
  • Loading branch information
jtpio authored Jan 6, 2021
2 parents 50f1f10 + 5becc80 commit 8d9ac27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@
"test": [
"ipywidgets",
"mock",
# TODO: unpin
"jupyter_server~=1.0.1",
"matplotlib",
"pytest",
"pytest-tornasync",
Expand Down
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
BASE_DIR = os.path.dirname(__file__)


@pytest.fixture
def base_url():
return "/"


@pytest.fixture
def notebook_directory():
return os.path.join(BASE_DIR, 'notebooks')
Expand Down

0 comments on commit 8d9ac27

Please sign in to comment.