Skip to content

Commit 833c3ca

Browse files
committed
redundant provision
1 parent 2035498 commit 833c3ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ test-coverage-unit: # Run test with coverage for unit tests, can add arguments w
8484
poetry run coverage run --source=pyiceberg/ --data-file=.coverage.unit -m pytest tests/ -v -m "(unmarked or parametrize) and not integration" ${PYTEST_ARGS}
8585

8686
test-coverage-integration: test-integration-setup test-object-store-integration # Run test with coverage for integration tests, can add arguments with PYTEST_ARGS="-vv"
87-
docker compose -f dev/docker-compose-integration.yml exec -T spark-iceberg ipython ./provision.py
8887
poetry run coverage run --source=pyiceberg/ --data-file=.coverage.integration -m pytest tests/ -v -m integration ${PYTEST_ARGS}
8988

9089
test-coverage-object-store-integration: # Run test with coverage for object stores integration tests, can add arguments with PYTEST_ARGS="-vv"

0 commit comments

Comments
 (0)