Skip to content

Commit 7444512

Browse files
authored
Use pytest-jupyter (#67)
* use pytest-jupyter * try again * try again * bump deps * remove print
1 parent 8d47f95 commit 7444512

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
dependency_type: minimum
6767
- name: Run the unit tests
6868
run: |
69-
hatch run test:nowarn || hatch run test:nowarn --lf
69+
hatch -vv run test:nowarn || hatch run test:nowarn --lf
7070
7171
test_prereleases:
7272
name: Test Prereleases

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Homepage = "https://jupyter.org"
3636
[project.optional-dependencies]
3737
test = [
3838
"coverage",
39-
"jupyter_server[test]>=2.0.0rc5",
39+
"jupyter_server>=2.0.0rc8",
40+
"pytest-jupyter[server]>=0.5.3",
4041
"pytest>=7.0",
41-
"pytest_tornasync",
4242
"pytest-cov",
4343
"pytest-timeout",
4444
]

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest_plugins = ["jupyter_server.pytest_plugin"]
1+
pytest_plugins = ["pytest_jupyter.jupyter_server"]

0 commit comments

Comments
 (0)