Skip to content

Commit

Permalink
Add dependency fix for sudden BigQuery test failure (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceatbluelabs authored Oct 2, 2020
1 parent 84e80a4 commit ba0c233
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/bigfiles_high_water_mark
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1015
1028
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,19 @@ def initialize_options(self) -> None:
#
# https://github.com/googleapis/google-auth-library-python/issues/190
'google-api-python-client>=1.8.0,<1.9.0',
#
# For some reason this issue started happening consistently around 2020-10:
#
# https://app.circleci.com/pipelines/github/bluelabsio/records-mover/1134/workflows/267ca651-def1-4f60-bdfb-0f857a9e0c60/jobs/9770
#
# This seems to be a clue:
#
# https://github.com/pypa/pip/issues/8407
#
# However, downgrading pip does not seem to resolve it, so it
# doesn't seem to have been caused by a pip upgrade. For now
# we'll explicitly state the dependency for force the install:
'grpcio<2.0dev,>=1.29.0',
]

nose_dependencies = [
Expand Down

0 comments on commit ba0c233

Please sign in to comment.