Jason Watson
Results
2
issues of
Jason Watson
Fixes IndexError crash in "hatch test -py 3.14 --cover" Before this PR: ``` $ hatch test -py 3.14 --cover ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /home/jwatson/.pyenv/versions/3.14.0/lib/python3.14/site-packages/hatch/cli/__init__.py:221 in │...
Even though I have `3.14` included in `tool.hatch.envs.test.matrix` in `pyproject.toml`, I get a crash when running `hatch test -py 3.14 --cover`. It's specific to `3.14` and `--cover`. ``` $ hatch...