Skip to content

Update PyPI URL for nightly pyarrow repository #2222

@raulcd

Description

@raulcd

At the Apache Arrow repository we want to stop uploading wheels to our old gemfury repository and several releases ago we started uploading them to the nightly scientific-python-nightly-wheels, see the official docs:
https://arrow.apache.org/docs/dev/developers/python.html#installing-nightly-packages

And the related issue:

We should update it here:

python-bigquery/noxfile.py

Lines 410 to 419 in 4fbb375

# PyArrow prerelease packages are published to an alternative PyPI host.
# https://arrow.apache.org/docs/python/install.html#installing-nightly-packages
session.install(
"--extra-index-url",
"https://pypi.fury.io/arrow-nightlies/",
"--prefer-binary",
"--pre",
"--upgrade",
"pyarrow",
)

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions