Skip to content

Commit

Permalink
Use pytest-jupyter (#67)
Browse files Browse the repository at this point in the history
* use pytest-jupyter

* try again

* try again

* bump deps

* remove print
  • Loading branch information
blink1073 authored Dec 1, 2022
1 parent 8d47f95 commit 7444512
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
dependency_type: minimum
- name: Run the unit tests
run: |
hatch run test:nowarn || hatch run test:nowarn --lf
hatch -vv run test:nowarn || hatch run test:nowarn --lf
test_prereleases:
name: Test Prereleases
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Homepage = "https://jupyter.org"
[project.optional-dependencies]
test = [
"coverage",
"jupyter_server[test]>=2.0.0rc5",
"jupyter_server>=2.0.0rc8",
"pytest-jupyter[server]>=0.5.3",
"pytest>=7.0",
"pytest_tornasync",
"pytest-cov",
"pytest-timeout",
]
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest_plugins = ["jupyter_server.pytest_plugin"]
pytest_plugins = ["pytest_jupyter.jupyter_server"]

0 comments on commit 7444512

Please sign in to comment.