Fixing broken CI
Some checks failed
checks-impure / test (pull_request) Successful in 41s
checks / test (pull_request) Failing after 7m10s

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

View File

@@ -8,6 +8,9 @@ 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: