We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb132c commit d33ae18Copy full SHA for d33ae18
libs/partners/anthropic/Makefile
@@ -11,10 +11,10 @@ TEST_FILE ?= tests/unit_tests/
11
integration_test integration_tests: TEST_FILE=tests/integration_tests/
12
13
test tests:
14
- uv run --group test pytest -vvv --timeout 30 --disable-socket --allow-unix-socket $(TEST_FILE)
+ 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)
+ uv run --group test --group test_integration pytest -vvv $(TEST_FILE)
18
19
test_watch:
20
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)
0 commit comments