Skip to content

Commit

Permalink
Revert "Disable more tests"
Browse files Browse the repository at this point in the history
This reverts commit 447a98a.
  • Loading branch information
webknjaz committed Sep 7, 2022
1 parent d2d9955 commit 9f01add
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_proxy_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import os
import pathlib
import platform
import sys
from re import match as match_regex
from unittest import mock
from uuid import uuid4
Expand All @@ -17,10 +16,6 @@
from aiohttp.client_exceptions import ClientConnectionError, ClientProxyConnectionError
from aiohttp.helpers import IS_MACOS, IS_WINDOWS, PY_37, PY_310

pytestmark = pytest.mark.skipif(
sys.platform == "win32", reason="Proxy tests are unstable on Windows"
)

secure_proxy_xfail_under_py310_linux = functools.partial(
pytest.mark.xfail,
PY_310 and platform.system() == "Linux",
Expand Down

0 comments on commit 9f01add

Please sign in to comment.