Skip to content

Commit

Permalink
Merge pull request #360 from kevin-bates/restore-pytest-plugin
Browse files Browse the repository at this point in the history
Restore pytest plugin from pytest-jupyter
  • Loading branch information
Zsailer authored Dec 10, 2020
2 parents ca492c1 + 1858bb5 commit 28f784b
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 28f784b

Please sign in to comment.