Skip to content

Commit

Permalink
Reapply "debug! loop fixture"
Browse files Browse the repository at this point in the history
This reverts commit f35189b.
  • Loading branch information
webknjaz committed May 3, 2024
1 parent f35189b commit c79ff4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_proxy_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ async def handler(*args, **kwargs):
# Filter out the warning from
# https://github.com/abhinavsingh/proxy.py/blob/30574fd0414005dfa8792a6e797023e862bdcf43/proxy/common/utils.py#L226
# otherwise this test will fail because the proxy will die with an error.
@pytest.mark.usefixtures("loop")
async def test_secure_https_proxy_absolute_path(
client_ssl_ctx: ssl.SSLContext,
secure_proxy_url: URL,
Expand Down

0 comments on commit c79ff4f

Please sign in to comment.