<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Package: python-azure<br>
      Version: 20200130+git-3<br>
      <br>
<a class="moz-txt-link-freetext" href="https://ci.debian.net/data/autopkgtest/testing/arm64/p/python-azure/5102081/log.gz">https://ci.debian.net/data/autopkgtest/testing/arm64/p/python-azure/5102081/log.gz</a><br>
      <br>
      <blockquote type="cite">
        <pre>=================================== FAILURES ===================================
________________________ test_conf_async_trio_requests _________________________

    def test_conf_async_trio_requests():
    
        async def do():
            request = HttpRequest("GET", <a class="moz-txt-link-rfc2396E" href="https://www.bing.com/">"https://www.bing.com/"</a>)
            async with TrioRequestsTransport() as sender:
                return await sender.send(request)
                assert response.body() is not None
    
        response = trio.run(do)
>       assert response.status_code == 200
E       assert 302 == 200
E        +  where 302 = <azure.core.pipeline.transport._requests_trio.TrioRequestsTransportResponse object at 0xffff89b3cee0>.status_code

tests/azure_core_asynctests/test_universal_http.py:89: AssertionError
=============================== warnings summary ====================</pre>
      </blockquote>
      The cause of this seems to be that the test runner is located in
      china and has restricted internet access. Please either make your
      test suite not depend on internet access or add the
      "needs-internet" restriction to your test definition.<br>
      <br>
    </p>
  </body>
</html>