File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ Homepage = "https://jupyter.org"
3636[project .optional-dependencies ]
3737test = [
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]
Original file line number Diff line number Diff line change 1- pytest_plugins = ["jupyter_server.pytest_plugin " ]
1+ pytest_plugins = ["pytest_jupyter.jupyter_server " ]
You can’t perform that action at this time.
0 commit comments