Skip to content

Commit cd9b37d

Browse files
committed
remove any more branching in travis
1 parent 5347858 commit cd9b37d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pandas_gbq/tests/test_gbq.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
TABLE_ID = 'new_test'
2626

2727

28-
def _skip_local_auth_if_in_travis_env():
29-
if _in_travis_environment():
30-
pytest.skip("Cannot run local auth in travis environment")
31-
32-
3328
def _skip_if_no_private_key_path():
3429
if not _get_private_key_path():
3530
pytest.skip("Cannot run integration tests without a "
@@ -242,8 +237,6 @@ class TestGBQConnectorIntegrationWithLocalUserAccountAuth(object):
242237
@pytest.fixture(autouse=True)
243238
def setup(self, project):
244239

245-
_skip_local_auth_if_in_travis_env()
246-
247240
self.sut = gbq.GbqConnector(project, auth_local_webserver=True)
248241

249242
def test_get_application_default_credentials_does_not_throw_error(self):

0 commit comments

Comments
 (0)