This repository was archived by the owner on Feb 13, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
tests.unit.test__http.TestConnection: test_extra_headers failed #86
Copy link
Copy link
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_extra_headers(self): import requests from google.cloud import _http as base_http http = mock.create_autospec(requests.Session, instance=True) response = requests.Response() response.status_code = 200 response_data = b"brent-spiner" response._content = response_data http.request.return_value = response client = mock.Mock(_http=http, spec=["_http"])conn = self._make_one(client)tests/unit/test__http.py:83:
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
"""Define API ManagedZones."""import six
E ModuleNotFoundError: No module named 'six'google/cloud/dns/zone.py:17: ModuleNotFoundError
Reactions are currently unavailable
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.