Skip to content

Commit

Permalink
tests: add more dependencies to pre-release tests (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Sep 7, 2021
1 parent c9068e4 commit 1a6ab12
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion noxfile.py
Expand Up @@ -214,7 +214,15 @@ def prerelease_deps(session):
session.install(
"--extra-index-url", "https://pypi.fury.io/arrow-nightlies/", "--pre", "pyarrow"
)
session.install("--pre", "grpcio", "pandas")
session.install(
"--pre",
"google-api-core",
"google-cloud-bigquery-storage",
"google-cloud-core",
"google-resumable-media",
"grpcio",
"pandas",
)
session.install(
"freezegun",
"google-cloud-datacatalog",
Expand Down

0 comments on commit 1a6ab12

Please sign in to comment.