Files
moziplus-v2/.gitea
cfdaily d53c3d290f
CI / lint (push) Successful in 7s
CI / lint (pull_request) Successful in 7s
CI / test (push) Successful in 4s
CI / test (pull_request) Successful in 4s
CI / notify-on-failure (push) Successful in 2s
CI / notify-on-failure (pull_request) Successful in 1s
fix(ci): install pytest when pyproject.toml is missing
Root cause: ci.yml test job creates .venv but skips dev install when
pyproject.toml is absent, leaving pytest uninstalled. Then .venv/bin/pytest
fails with 'No such file or directory'.

Fix: Install pytest directly when no pyproject.toml, and use /tmp path
to avoid workspace pollution.
2026-06-11 11:15:47 +08:00
..