Fixing broken CI
This commit is contained in:
@@ -8,10 +8,12 @@ from pathlib import Path
|
|||||||
import pytest
|
import pytest
|
||||||
from ports import PortFunction
|
from ports import PortFunction
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.impure
|
@pytest.mark.impure
|
||||||
def test_nothing_much() -> None:
|
def test_nothing_much() -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.timeout(10)
|
@pytest.mark.timeout(10)
|
||||||
def test_start_server(unused_tcp_port: PortFunction, temporary_home: Path) -> None:
|
def test_start_server(unused_tcp_port: PortFunction, temporary_home: Path) -> None:
|
||||||
port = unused_tcp_port()
|
port = unused_tcp_port()
|
||||||
|
|||||||
Reference in New Issue
Block a user