Skip to content

Commit

Permalink
tests: disable socks test on py3.10 for now, due to occasional failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed May 19, 2023
1 parent 95aaf2e commit b7ea9af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_socks.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
from .base_config_test import BaseConfigTest, fmod_sl

import sys
import os
import pytest


# ============================================================================
@pytest.mark.skipif(sys.version_info >= (3, 10), reason="need to reexamine on py3.10")
class TestSOCKSProxy(BaseConfigTest):
@classmethod
def setup_class(cls):
Expand Down

0 comments on commit b7ea9af

Please sign in to comment.