googleapis/python-translate

tests.unit.v2.test__http.TestConnection: test_build_api_url_w_extra_query_params_tuple failed

flaky-bot opened this issue · 3 comments

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.


commit: 20617c4
buildURL: Build Status, Sponge
status: failed

Test output
self = 
def test_build_api_url_w_extra_query_params_tuple(self):
    from urllib.parse import parse_qsl
    from urllib.parse import urlsplit
  conn = self._make_one(object())

tests/unit/v2/test__http.py:81:


tests/unit/v2/test__http.py:28: in _make_one
return self._get_target_class()(*args, **kw)
tests/unit/v2/test__http.py:23: in _get_target_class
from google.cloud.translate_v2._http import Connection
google/cloud/translate_v2/init.py:22: in
from google.cloud.translate_v2.client import Client
google/cloud/translate_v2/client.py:19: in
from google.cloud.client import Client as BaseClient


"""Base classes for client used to interact with Google Cloud APIs."""

import io
import json
from pickle import PicklingError

import six
E ModuleNotFoundError: No module named 'six'

.nox/unit-3-7/lib/python3.7/site-packages/google/cloud/client.py:21: ModuleNotFoundError

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (20617c4), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (20617c4), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

Closing as obsolete