From 63a0adb6787d504d1b9498e32b07241381f3b9f8 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sat, 28 Oct 2023 18:38:14 +0200 Subject: [PATCH] format pytest --- pkgs/clan-cli/tests/test_clan_modules.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/clan-cli/tests/test_clan_modules.py b/pkgs/clan-cli/tests/test_clan_modules.py index 6fa6d64b4..3b30750e4 100644 --- a/pkgs/clan-cli/tests/test_clan_modules.py +++ b/pkgs/clan-cli/tests/test_clan_modules.py @@ -1,9 +1,8 @@ -from pathlib import Path - import pytest from api import TestClient from fixtures_flakes import FlakeForTest + @pytest.mark.impure() def test_configure_machine(api: TestClient, test_flake_with_core: FlakeForTest) -> None: # retrieve the list of available clanModules