ports/www/py-aiohttp/files/patch-tests-test_proxy_functional.py
Po-Chuan Hsieh b86bdb228d
www/py-aiohttp: Update to 3.8.3
- Convert to USE_PYTHON=pytest

Changes:	https://github.com/aio-libs/aiohttp/releases
2022-10-04 01:10:42 +08:00

11 lines
272 B
Python

--- tests/test_proxy_functional.py.orig 2022-09-21 13:09:27 UTC
+++ tests/test_proxy_functional.py
@@ -7,7 +7,7 @@ from re import match as match_regex
from unittest import mock
from uuid import uuid4
-import proxy
+#import proxy
import pytest
from yarl import URL