Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
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

@flaky-bot

Description

@flaky-bot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: dnsIssues related to the googleapis/python-dns API.flakybot: issueAn 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.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions