jun-he commented on a change in pull request #3450:
URL: https://github.com/apache/iceberg/pull/3450#discussion_r755594637
##########
File path: python/tox.ini
##########
@@ -23,7 +23,7 @@ usedevelop = true
deps =
coverage
mock
- pytest
+extras = dev
Review comment:
This is needed so it will import other `dev` dependencies automatically.
With `extras=dev`, we can remove `pytest` because it is already included in
`dev.
--
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]