-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: updates a number of optional dependencies #1864
Conversation
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
…apis/python-bigquery into fix-simplify-dependencies
…apis/python-bigquery into fix-simplify-dependencies
…apis/python-bigquery into fix-simplify-dependencies
…apis/python-bigquery into fix-simplify-dependencies
tests/unit/conftest.py
Outdated
@pytest.fixture | ||
def PYARROW_MINIMUM_VERSION(): # pragma: NO COVER | ||
return "3.0.0" | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't look like this fixture is used?
Also if it is used, could this use the constant from _version_helpers
as the tests do below?
Co-authored-by: Tim Sweña (Swast) <[email protected]>
Co-authored-by: Tim Sweña (Swast) <[email protected]>
Co-authored-by: Tim Sweña (Swast) <[email protected]>
This fix updates a number of optional dependencies.
We use a different module import process (pytest.importorskip versus unittest.skipif).
This first major commit gets the ball rolling, there are gonna be a few additional commits to cover other files.
Fixes #<issue_number_goes_here> 🦕