Skip to content

Commit

Permalink
fix .git-based tests in CI / other clones
Browse files Browse the repository at this point in the history
  • Loading branch information
luto committed Jul 11, 2024
1 parent 9a49c05 commit 71c2c76
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 71c2c76

Please sign in to comment.