fix: resolve pytest conftest conflicts with package-specific configs

This commit is contained in:
Greyson Lalonde
2025-09-12 22:57:42 -04:00
parent 5ee1b35889
commit d610023527
5 changed files with 9 additions and 10 deletions

View File

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

View File

@@ -39,4 +39,4 @@ jobs:
run: uv sync --dev --all-extras
- name: Run tests
run: uv run pytest packages/tools/tests -vv
run: uv run --package crewai-tools pytest -vv