File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ test: ## Run all unit tests (excluding integration)
108108
109109test-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
117117test-integration-exec : # # Run integration tests (excluding provision)
118118 $(TEST_RUNNER ) pytest tests/ -m integration $(PYTEST_ARGS )
You can’t perform that action at this time.
0 commit comments