Fixing broken CI
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user