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 40
40
- name : Test with pytest
41
41
run : |
42
42
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
43
47
44
48
test_miniumum_versions :
45
49
name : Test Minimum Versions
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" hatchling>=1.0 " ]
2
+ requires = [" hatchling>=1.4 " ]
3
3
build-backend = " hatchling.build"
4
4
5
5
[project ]
@@ -54,6 +54,9 @@ jupyter-troubleshoot = "jupyter_core.troubleshoot:main"
54
54
[tool .hatch .version ]
55
55
path = " jupyter_core/version.py"
56
56
57
+ [tool .hatch .build .force-include ]
58
+ "./jupyter.py" = " jupyter.py"
59
+
57
60
[tool .mypy ]
58
61
check_untyped_defs = true
59
62
disallow_any_generics = false
You can’t perform that action at this time.
0 commit comments