From 10dab4e8fba765fa18990aafd718d2713dd493ef Mon Sep 17 00:00:00 2001 From: Negar Abbasi Date: Thu, 17 Aug 2023 19:09:22 +1000 Subject: [PATCH] test: remove unnecessary fixture --- tests/goal/test_goal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/goal/test_goal.py b/tests/goal/test_goal.py index 41632095..604be37c 100644 --- a/tests/goal/test_goal.py +++ b/tests/goal/test_goal.py @@ -59,7 +59,6 @@ def test_goal_help() -> None: @pytest.mark.usefixtures("proc_mock") -@pytest.mark.mock_platform_system("Darwin") def test_goal_no_args() -> None: result = invoke("goal")