Skip to content

Commit 28f784b

Browse files
authored
Merge pull request #360 from kevin-bates/restore-pytest-plugin
Restore pytest plugin from pytest-jupyter
2 parents ca492c1 + 1858bb5 commit 28f784b

File tree

13 files changed

+535
-69
lines changed

13 files changed

+535
-69
lines changed

examples/simple/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def add_data_files(path):
4040
'jinja2',
4141
],
4242
extras_require = {
43-
'test': ['pytest-jupyter'],
43+
'test': ['pytest'],
4444
},
4545
include_package_data=True,
4646
cmdclass = cmdclass,

examples/simple/tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pytest_plugins = [
2+
'jupyter_server.pytest_plugin'
3+
]

0 commit comments

Comments
 (0)