groq: user agent (#29079)

This commit is contained in:
Erick Friis
2025-01-07 15:21:57 -08:00
committed by GitHub
parent c5bee0a544
commit 539ebd5431
5 changed files with 24 additions and 4 deletions

View File

@@ -7,7 +7,11 @@ all: help
TEST_FILE ?= tests/unit_tests/
integration_test integration_tests: TEST_FILE=tests/integration_tests/
test tests integration_test integration_tests:
test tests:
poetry run pytest --disable-socket --allow-unix-socket $(TEST_FILE)
integration_test integration_tests:
poetry run pytest $(TEST_FILE)
test_watch: