We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88fff0 commit c9f45dcCopy full SHA for c9f45dc
libs/partners/anthropic/Makefile
@@ -14,7 +14,7 @@ test tests:
14
uv run --group test pytest -vvv --disable-socket --allow-unix-socket $(TEST_FILE)
15
16
integration_test integration_tests:
17
- uv run --group test --group test_integration pytest -vvv --timeout 30 $(TEST_FILE)
+ : # no-op
18
19
test_watch:
20
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)
0 commit comments