You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
def test_from_api_repr_missing_rrdatas(self):
zone = _Zone()
klass = self._get_target_class()
tests/unit/test_resource_record_set.py:43:
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
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 Local
import six
E ModuleNotFoundError: No module named 'six'
Note: #94 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