From 02267c14356176ec1bdf5ad0f70f1b8ea1368feb Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Fri, 26 Sep 2025 22:14:02 -0400 Subject: [PATCH] fix: specify tests directory in pytest command to avoid import conflicts --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a1b864305..7f5c07cbb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,7 +75,7 @@ jobs: # DURATIONS_ARG="--durations-path=${DURATION_FILE}" # fi - uv run pytest \ + uv run pytest tests/ \ --block-network \ --timeout=30 \ -vv \