Skip to content

Commit 3624fbf

Browse files
Remi-Gaueffigies
andauthored
[MAINT] transfer tests from pybids (#8)
* transfer tests from pybids * split positive and negative tests * fix * chore(style): Strip unnecessary parentheses, "is True/False" * test: Check files are (not) BIDS before checking subcategories * test: Cleanup. Not subcategory =/=> not BIDS * transfer false tests * remove obsolete failing test cases * bump bidsschematools --------- Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 0efa1a0 commit 3624fbf

File tree

3 files changed

+436
-74
lines changed

3 files changed

+436
-74
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
requires-python = ">=3.8"
2424
dependencies = [
25-
"bidsschematools >=0.9",
25+
"bidsschematools >=0.11",
2626
]
2727

2828
[project.optional-dependencies]

0 commit comments

Comments
 (0)