Ensure tests run through the poetry env's pytest

This commit is contained in:
Miguel Jacq 2026-06-22 15:05:48 +10:00
parent 00f960d01e
commit c4448226c0
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@
set -eou pipefail
poetry run pytest -q tests -vvv --cov=enroll --cov-report=term-missing
poetry run python -m pytest -q tests -vvv --cov=enroll --cov-report=term-missing