File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 4040 - name : Test with pytest
4141 run : |
4242 python -m pytest -vv --timeout 60 --cov jupyter_core --cov-report term-missing:skip-covered
43+ - name : Check CLI
44+ run : |
45+ cd $HOME
46+ jupyter troubleshoot
4347
4448 test_miniumum_versions :
4549 name : Test Minimum Versions
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling>=1.0 " ]
2+ requires = [" hatchling>=1.4 " ]
33build-backend = " hatchling.build"
44
55[project ]
@@ -54,6 +54,9 @@ jupyter-troubleshoot = "jupyter_core.troubleshoot:main"
5454[tool .hatch .version ]
5555path = " jupyter_core/version.py"
5656
57+ [tool .hatch .build .force-include ]
58+ "./jupyter.py" = " jupyter.py"
59+
5760[tool .mypy ]
5861check_untyped_defs = true
5962disallow_any_generics = false
You can’t perform that action at this time.
0 commit comments