Skip to content

Conversation

@tswast
Copy link
Contributor

@tswast tswast commented Dec 22, 2020

This should catch errors introduced in the next versions of dependency
packages.

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #95 🦕

This should catch errors introduced in the next versions of dependency
packages.
@tswast tswast requested review from a team and steffnay and removed request for a team December 22, 2020 20:40
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Dec 22, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 22, 2020
@tswast
Copy link
Contributor Author

tswast commented Dec 22, 2020

Sent internal CL 348679818 to get Kokoro running.

The nox session does pass locally on my mac.

$ nox -s prerelease_deps
nox > Running session prerelease_deps
nox > Creating virtual environment (virtualenv) using python3.8 in .nox/prerelease_deps
nox > pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --pre pyarrow
nox > pip install --pre grpcio pandas
nox > pip install mock pytest google-cloud-testutils pytest-cov freezegun IPython
nox > pip install -e .[all]
nox > python -c import grpc; print(grpc.__version__)
1.34.0
nox > python -c import pandas; print(pandas.__version__)
1.2.0rc0
nox > python -c import pyarrow; print(pyarrow.__version__)
2.1.0.dev213
nox > py.test tests
=========================================================== test session starts ===========================================================
platform darwin -- Python 3.8.6, pytest-6.2.1, py-1.10.0, pluggy-0.13.1
rootdir: /Users/swast/src/python-bigquery
plugins: cov-2.10.1
collected 1509 items                                                                                                                      
.
.
.
nox > Session prerelease_deps was successful.

@tswast
Copy link
Contributor Author

tswast commented Dec 22, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integration test with pyarrow nightly builds?

2 participants