Skip to content

Commit 9ca5408

Browse files
pauldruceprabhakk-mw
authored andcommitted
Allowing the use of hatch to run tests
1 parent 36f256c commit 9ca5408

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ dev = [
6767
"pytest-playwright",
6868
]
6969

70+
[tool.hatch.envs.hatch-test]
71+
features = [
72+
"dev",
73+
]
74+
75+
[[tool.hatch.envs.hatch-test.matrix]]
76+
python = ["3.9", "3.10", "3.11", "3.12", "3.13"]
77+
7078
[project.entry-points.jupyter_serverproxy_servers]
7179
matlab = "jupyter_matlab_proxy:setup_matlab"
7280

0 commit comments

Comments
 (0)