Skip to content

Commit

Permalink
More test restrictions for false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Aug 25, 2023
1 parent 39ed88a commit e7801c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakebids/tests/test_paths/test_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def test_dir_entities_each_own_dir(entities: dict[str, str]):

@given(
entities=_bids_args(entities=HAS_DIR, nonstandard=False, custom=False),
root=_roots(),
root=_roots().filter(lambda s: s != "."),
)
def test_directories_in_correct_order(entities: dict[str, str], root: str):
tags = _get_entity_tags(entities)
Expand Down

0 comments on commit e7801c0

Please sign in to comment.