-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
api: dnsIssues related to the googleapis/python-dns API.Issues related to the googleapis/python-dns API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Note: #85 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 7bf0386
buildURL: Build Status, Sponge
status: failed
Test output
self =def test_build_api_url_w_extra_query_params(self): from urllib.parse import parse_qsl from urllib.parse import urlsplitconn = self._make_one(object())tests/unit/test__http.py:63:
tests/unit/test__http.py:28: in _make_one
return self._get_target_class()(*args, **kw)
tests/unit/test__http.py:23: in _get_target_class
from google.cloud.dns._http import Connection
google/cloud/dns/init.py:32: in
from google.cloud.dns.zone import Changes
google/cloud/dns/zone.py:18: in
from google.cloud._helpers import _rfc3339_to_datetime
""" from __future__ import absolute_import import calendar import datetime import os import re from threading import local as Localimport six
E ModuleNotFoundError: No module named 'six'.nox/unit-3-7/lib/python3.7/site-packages/google/cloud/_helpers.py:28: ModuleNotFoundError
Metadata
Metadata
Assignees
Labels
api: dnsIssues related to the googleapis/python-dns API.Issues related to the googleapis/python-dns API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.