kevinjqliu opened a new pull request, #3078:
URL: https://github.com/apache/iceberg-python/pull/3078
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
Context:
https://github.com/apache/iceberg-python/pull/2982#issuecomment-3909445878
Adding imports to `conftest.py` may break the nightly build pipeline. (For
example BigQuery in #2982).
[Wheel
tests](https://github.com/apache/iceberg-python/blob/95f6273b23524c6238aafb57fa06e693ef83d6ef/.github/workflows/pypi-build-artifacts.yml#L74-L75)
run in a narrower dependency set (`--only-group dev`), so new imports could
cause test collection to fail.
This PR adds missing `bigquery` to dev dep group and also include a smoke
test in CI to catch this problem going forward
## Are these changes tested?
## Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label. -->
--
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]