Fixing broken CI
All checks were successful
checks-impure / test (pull_request) Successful in 35s
checks / test (pull_request) Successful in 6m23s

This commit is contained in:
2023-10-23 03:23:57 +02:00
parent a659800cb8
commit d053d4fba4

View File

@@ -8,10 +8,12 @@ from pathlib import Path
import pytest
from ports import PortFunction
@pytest.mark.impure
def test_nothing_much() -> None:
pass
@pytest.mark.timeout(10)
def test_start_server(unused_tcp_port: PortFunction, temporary_home: Path) -> None:
port = unused_tcp_port()