Fokko commented on code in PR #6906:
URL: https://github.com/apache/iceberg/pull/6906#discussion_r1129361527
##########
python/Makefile:
##########
@@ -26,21 +26,28 @@ lint:
poetry run pre-commit run --all-files
test:
- poetry run coverage run --source=pyiceberg/ -m pytest tests/ -m "not s3
and not adlfs" ${PYTEST_ARGS}
+ poetry run coverage run --source=pyiceberg/ -m pytest tests/ -m "not s3
and not adlfs and not gcs" ${PYTEST_ARGS}
Review Comment:
This will get prettier once https://github.com/apache/iceberg/pull/6398 has
been merged
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]