mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
tests: disable socks test on py3.10 for now, due to occasional failures
This commit is contained in:
parent
95aaf2e86e
commit
b7ea9af8e5
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user