mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Ran Black, refs #1388
This commit is contained in:
parent
180c7a5328
commit
de2a106328
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,9 @@ def test_serve_localhost_https(ds_localhost_https_server):
|
|||
|
||||
|
||||
@pytest.mark.serial
|
||||
@pytest.mark.skipif(not hasattr(socket, "AF_UNIX"), reason="Requires socket.AF_UNIX support")
|
||||
@pytest.mark.skipif(
|
||||
not hasattr(socket, "AF_UNIX"), reason="Requires socket.AF_UNIX support"
|
||||
)
|
||||
def test_serve_unix_domain_socket(ds_unix_domain_socket_server):
|
||||
_, uds = ds_unix_domain_socket_server
|
||||
transport = httpx.HTTPTransport(uds=uds)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue