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 311931f commit fd0d3d8Copy full SHA for fd0d3d8
Makefile
@@ -101,7 +101,7 @@ test-integration-setup: ## Start Docker services for integration tests
101
docker compose -f dev/docker-compose-integration.yml kill
102
docker compose -f dev/docker-compose-integration.yml rm -f
103
docker compose -f dev/docker-compose-integration.yml up -d --wait
104
- ${TEST_RUNNER} python dev/provision.py
+ $(POETRY) run python dev/provision.py
105
106
test-integration-exec: ## Run integration tests (excluding provision)
107
$(TEST_RUNNER) pytest tests/ -m integration $(PYTEST_ARGS)
0 commit comments