rdblue commented on code in PR #6392:
URL: https://github.com/apache/iceberg/pull/6392#discussion_r1044921399


##########
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:
   We're open to better ideas!



-- 
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]

Reply via email to