-
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: 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
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: 978174f
buildURL: Build Status, Sponge
status: failed
Test output
self =def test_from_api_repr_bare(self): zone = _Zone() RESOURCE = { "kind": "dns#resourceRecordSet", "name": "test.example.com", "type": "CNAME", "ttl": "3600", "rrdatas": ["www.example.com"], }
klass = self._get_target_class()
tests/unit/test_resource_record_set.py:97:
tests/unit/test_resource_record_set.py:21: in _get_target_class
from google.cloud.dns.resource_record_set import ResourceRecordSet
google/cloud/dns/init.py:32: in
from google.cloud.dns.zone import Changes
"""Define API ManagedZones."""
import six
E ModuleNotFoundError: No module named 'six'google/cloud/dns/zone.py:17: ModuleNotFoundError
Metadata
Metadata
Assignees
Labels
api: dnsIssues related to the googleapis/python-dns API.Issues related to the googleapis/python-dns API.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.