Skip to content

Commit b7ea9af

Browse files
committed
tests: disable socks test on py3.10 for now, due to occasional failures
1 parent 95aaf2e commit b7ea9af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_socks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
from .base_config_test import BaseConfigTest, fmod_sl
22

3+
import sys
34
import os
45
import pytest
56

67

78
# ============================================================================
9+
@pytest.mark.skipif(sys.version_info >= (3, 10), reason="need to reexamine on py3.10")
810
class TestSOCKSProxy(BaseConfigTest):
911
@classmethod
1012
def setup_class(cls):

0 commit comments

Comments
 (0)