fix: specify tests directory in pytest command to avoid import conflicts

This commit is contained in:
Greyson LaLonde
2025-09-26 22:14:02 -04:00
parent a717f44011
commit 02267c1435

View File

@@ -75,7 +75,7 @@ jobs:
# DURATIONS_ARG="--durations-path=${DURATION_FILE}"
# fi
uv run pytest \
uv run pytest tests/ \
--block-network \
--timeout=30 \
-vv \