Skip to content

Commit

Permalink
Include bids_tags.json in the fakefs
Browse files Browse the repository at this point in the history
Note that we don't use importlib_resources, as it caused problems on
github actions
  • Loading branch information
pvandyken committed Jun 22, 2023
1 parent a2dc7c0 commit 7638669
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 7 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion snakebids/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,4 @@ def bids_fs(fakefs: Optional[FakeFilesystem]) -> FakeFilesystem | None:
fakefs.add_real_file(f / "bids.json")
fakefs.add_real_file(f / "derivatives.json")
fakefs.add_real_file(Path(*resources.__path__) / "bids_tags.json")

return fakefs

0 comments on commit 7638669

Please sign in to comment.