Skip to content

Commit

Permalink
Restore pytest plugin from pytest-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed Dec 10, 2020
1 parent ca492c1 commit 1858bb5
Show file tree
Hide file tree
Showing 13 changed files with 535 additions and 69 deletions.
2 changes: 1 addition & 1 deletion examples/simple/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def add_data_files(path):
'jinja2',
],
extras_require = {
'test': ['pytest-jupyter'],
'test': ['pytest'],
},
include_package_data=True,
cmdclass = cmdclass,
Expand Down
3 changes: 3 additions & 0 deletions examples/simple/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest_plugins = [
'jupyter_server.pytest_plugin'
]
Loading

0 comments on commit 1858bb5

Please sign in to comment.