mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
11 lines
272 B
Python
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
|
|
|