Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQuery integration tests are skipped on travis #11089

Closed
parthea opened this issue Sep 13, 2015 · 0 comments
Closed

BigQuery integration tests are skipped on travis #11089

parthea opened this issue Sep 13, 2015 · 0 comments
Labels
Testing pandas testing functions or related to the test suite
Milestone

Comments

@parthea
Copy link
Contributor

parthea commented Sep 13, 2015

Certain BigQuery integration tests are being skipped because they require a project id.

Valid BigQuery credentials are required to properly test the gbq module on travis.

See PR #10857

---------------------------------------------------------------------------------------------------------------------------------------------------------
#18 pandas.io.tests.test_gbq.TestGBQConnectorIntegration.test_should_be_able_to_get_a_bigquery_service: Cannot run integration tests without a project id
#19 pandas.io.tests.test_gbq.TestGBQConnectorIntegration.test_should_be_able_to_get_results_from_query: Cannot run integration tests without a project id
#20 pandas.io.tests.test_gbq.TestGBQConnectorIntegration.test_should_be_able_to_get_schema_from_query: Cannot run integration tests without a project id
#21 pandas.io.tests.test_gbq.TestGBQConnectorIntegration.test_should_be_able_to_get_valid_credentials: Cannot run integration tests without a project id
#22 pandas.io.tests.test_gbq.TestGBQConnectorIntegration.test_should_be_able_to_make_a_connector: Cannot run integration tests without a project id
---------------------------------------------------------------------------------------------------------------------
#23 <nose.suite.ContextSuite context=TestReadGBQIntegration>:setup: Cannot run integration tests without a project id
#24 <nose.suite.ContextSuite context=TestToGBQIntegration>:setup: Cannot run integration tests without a project id
---------------------------------------------------------------------------------------------------------------
@jreback jreback added Testing pandas testing functions or related to the test suite Google I/O labels Sep 13, 2015
@jreback jreback added this to the Next Major Release milestone Sep 13, 2015
@jreback jreback modified the milestones: 0.19.0, Next Major Release Aug 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants