From 5f99604f0e263f600db3a73e035725850422c592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 15 Aug 2024 18:49:07 +0200 Subject: [PATCH] remove unused fixture --- pkgs/clan-app/tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-app/tests/test_cli.py b/pkgs/clan-app/tests/test_cli.py index 9a3b5cdb8..49b8e3805 100644 --- a/pkgs/clan-app/tests/test_cli.py +++ b/pkgs/clan-app/tests/test_cli.py @@ -2,6 +2,6 @@ import pytest from helpers import cli -def test_help(capfd: pytest.CaptureFixture) -> None: +def test_help() -> None: with pytest.raises(SystemExit): cli.run(["clan-app", "--help"])