Uh oh!
There was an error while loading. Please reload this page.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| @pytest.fixture | ||
| def PYARROW_MINIMUM_VERSION(): # pragma: NO COVER | ||
| return "3.0.0" | ||
There was a problem hiding this comment.
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) <swast@google.com>
Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Uh oh!
There was an error while loading. Please reload this page.
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> 🦕