From 71c2c764b4caaafe5e90bebc7d51adc498b19a70 Mon Sep 17 00:00:00 2001 From: luto Date: Thu, 11 Jul 2024 13:35:32 +0200 Subject: [PATCH] fix .git-based tests in CI / other clones --- tests/test_parser.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/test_parser.py b/tests/test_parser.py index 5f4a356..685edf0 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -504,10 +504,8 @@ def test_command_short_regex(): ) def test_parse_global_config(ispec_path, expected_cfg): git_dirs = [ - Path(__file__).parent - / "fixtures/fixtures/parse_global_config/with_dotgit_2/tests/.git", - Path(__file__).parent - / "fixtures/fixtures/parse_global_config/with_dotgit_1/.git", + Path(__file__).parent / "fixtures/parse_global_config/with_dotgit_2/tests/.git", + Path(__file__).parent / "fixtures/parse_global_config/with_dotgit_1/.git", ] for git_dir in git_dirs: