Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xfailing integration tests against proxy.py #6002

Merged
merged 2 commits into from
Oct 3, 2021

Commits on Oct 3, 2021

  1. Upgrade setuptools in CI

    webknjaz committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    d6100a9 View commit details
    Browse the repository at this point in the history
  2. Add xfailing integration tests against proxy.py

    This patch adds full end-to-end tests for sending requests to HTTP and
    HTTPS endpoints through an HTTPS proxy. The first case is currently
    supported and the second one is not. This is why the latter test is
    marked as expected to fail. The support for TLS-in-TLS in the upstream
    stdlib asyncio is currently disabled but is available in Python 3.9
    via monkey-patching which is demonstrated in the added tests.
    
    Refs:
    * https://bugs.python.org/issue37179
    * python/cpython#28073
    * aio-libs#5992
    
    Co-Authored-By: Sviatoslav Sydorenko <webknjaz@redhat.com>
    bmbouter and webknjaz committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    1edb61a View commit details
    Browse the repository at this point in the history