mirror of
https://github.com/curl/curl.git
synced 2026-07-27 17:28:56 +03:00
re-enable pytest skip if sockd is not available
This commit is contained in:
parent
5900c6bf92
commit
3af81bad99
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ from testenv import Env, CurlClient, Dante
|
|||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# @pytest.mark.skipif(condition=not Env.has_sockd(), reason="missing sockd")
|
||||
@pytest.mark.skipif(condition=not Env.has_sockd(), reason="missing sockd")
|
||||
class TestSocks:
|
||||
|
||||
@pytest.fixture(scope='class')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue