Skip to content

Commit 52805cf

Browse files
committed
revert
1 parent 9863096 commit 52805cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ test: ## Run all unit tests (excluding integration)
108108

109109
test-integration: test-integration-setup test-integration-exec test-integration-cleanup ## Run integration tests
110110

111-
test-integration-setup: ## Start Docker services for integration tests
111+
test-integration-setup: install ## Start Docker services for integration tests
112112
docker compose -f dev/docker-compose-integration.yml kill
113113
docker compose -f dev/docker-compose-integration.yml rm -f
114114
docker compose -f dev/docker-compose-integration.yml up -d --build --wait
115-
uv run $(PYTHON_ARG) --all-extras python dev/provision.py
115+
uv run $(PYTHON_ARG) python dev/provision.py
116116

117117
test-integration-exec: ## Run integration tests (excluding provision)
118118
$(TEST_RUNNER) pytest tests/ -m integration $(PYTEST_ARGS)

0 commit comments

Comments
 (0)