Skip to content

BigQuery: Specifies IPython version when running Python 2.7 tests#5145

Merged
theacodes merged 1 commit into
masterfrom
bq-nox-fix
Apr 4, 2018
Merged

BigQuery: Specifies IPython version when running Python 2.7 tests#5145
theacodes merged 1 commit into
masterfrom
bq-nox-fix

Conversation

@alixhami
Copy link
Copy Markdown
Contributor

@alixhami alixhami commented Apr 4, 2018

IPython no longer supports Python 2.7 after version 5.x. This PR updates the nox sessions to specify IPython version 5.5 for Python 2.7 tests, which is the latest version that passes the tests. Resolves the tests failures in #5143.

@alixhami alixhami added the api: bigquery Issues related to the BigQuery API. label Apr 4, 2018
@alixhami alixhami requested a review from tseaver as a code owner April 4, 2018 16:04
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 4, 2018
Comment thread bigquery/nox.py
else:
session.install('-e', '.[pandas]')

# IPython does not support Python 2 after version 5.x

This comment was marked as spam.

This comment was marked as spam.

@theacodes theacodes merged commit f3d9a90 into master Apr 4, 2018
@theacodes theacodes deleted the bq-nox-fix branch April 4, 2018 16:48
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 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.

4 participants