cccs-eric commented on code in PR #6392:
URL: https://github.com/apache/iceberg/pull/6392#discussion_r1049565481


##########
python/Makefile:
##########
@@ -26,14 +26,21 @@ lint:
        poetry run pre-commit run --all-files
 
 test:
-       poetry run coverage run --source=pyiceberg/ -m pytest tests/ -m "not 
s3" ${PYTEST_ARGS}
+       poetry run coverage run --source=pyiceberg/ -m pytest tests/ -m "not s3 
and not adlfs" ${PYTEST_ARGS}

Review Comment:
   Yeah, that sounds good.  I'll leave my code as-is and if my PR goes in 
before yours, you'll have to modify this line as a conflict resolution.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to