From a659800cb87118999aaf72e4429e896383d281a6 Mon Sep 17 00:00:00 2001 From: Luis Date: Mon, 23 Oct 2023 03:17:57 +0200 Subject: [PATCH] Fixing broken CI --- pkgs/clan-cli/tests/test_webui.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/clan-cli/tests/test_webui.py b/pkgs/clan-cli/tests/test_webui.py index 2c907ae..7722efc 100644 --- a/pkgs/clan-cli/tests/test_webui.py +++ b/pkgs/clan-cli/tests/test_webui.py @@ -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: