chore(anthropic): speed up integration tests (#33430)

This commit is contained in:
ccurme
2025-10-10 16:57:44 -04:00
committed by GitHub
parent ed185c0026
commit f361acc11c
3 changed files with 26 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ test tests:
uv run --group test pytest -vvv --disable-socket --allow-unix-socket $(TEST_FILE)
integration_test integration_tests:
uv run --group test --group test_integration pytest -vvv --timeout 30 $(TEST_FILE)
uv run --group test --group test_integration pytest -n auto -vvv --timeout 30 $(TEST_FILE)
test_watch:
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)