Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

test: use pyarrow extra in Python 3.9 tests#115

Closed
yoshi-automation wants to merge 1 commit intomasterfrom
autosynth-self
Closed

test: use pyarrow extra in Python 3.9 tests#115
yoshi-automation wants to merge 1 commit intomasterfrom
autosynth-self

Conversation

@yoshi-automation
Copy link
Copy Markdown
Contributor

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/8fd3fe8b-7c58-4beb-8f6b-28d17c7a7e1d/targets

  • To automatically regenerate this PR, check this box.

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
@yoshi-automation yoshi-automation requested review from a team and steffnay and removed request for a team January 13, 2021 13:32
@product-auto-label product-auto-label Bot added the api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API. label Jan 13, 2021
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Jan 13, 2021
Comment thread noxfile.py
if session.python == "3.9":
extras = "fastavro,pandas"
session.install("-e", f".[{extras}]")
session.install("-e", ".[fastavro,pandas,pyarrow]")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tswast tswast added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jan 14, 2021
@tswast tswast changed the title [CHANGE ME] Re-generated to pick up changes from self. test: use pyarrow extra in Python 3.9 tests Jan 14, 2021
@tswast tswast closed this Jan 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API. cla: yes This human has signed the Contributor License Agreement. context: none do not merge Indicates a pull request not ready for merge, due to either quality or timing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants