We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cc802 commit a93684eCopy full SHA for a93684e
1 file changed
pyproject.toml
@@ -84,6 +84,9 @@ python = [ "3.10", "3.13" ]
84
[tool.hatch.envs.hatch-test]
85
features = [ "test" ]
86
87
+[tool.hatch.envs.hatch-test.env-vars]
88
+NUMBA_JIT_COVERAGE = "1"
89
+
90
[tool.ruff]
91
line-length = 120
92
src = [ "src" ]
0 commit comments