Skip to content

Commit

Permalink
Fix empty lines issues for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Salvatore Mesoraca <[email protected]>
  • Loading branch information
aiven-sal committed Jul 5, 2024
1 parent 70d62bc commit bffd3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_asyncio/test_connection_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from valkey.asyncio.connection import Connection
from valkey.utils import SSL_AVAILABLE


from .compat import aclosing, mock
from .conftest import asynccontextmanager
from .test_pubsub import wait_for_message
Expand Down Expand Up @@ -543,6 +542,7 @@ def test_extra_querystring_options(self):
assert pool.connection_class == valkey.UnixDomainSocketConnection
assert pool.connection_kwargs == {"path": "/socket", "a": "1", "b": "2"}


@pytest.mark.skipif(not SSL_AVAILABLE, reason="SSL not installed")
class TestSSLConnectionURLParsing:
def test_host(self):
Expand Down

0 comments on commit bffd3f4

Please sign in to comment.