Skip to content

Commit 804f8c5

Browse files
committed
chore: Avoid datalad error
1 parent 830cd5d commit 804f8c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ deps =
6060
pre: git+https://github.com/bids-standard/bids-specification.git\#subdirectory=tools/schemacode
6161

6262
commands =
63+
# Avoid SyntaxWarning being promoted to SyntaxError in Python 3.14, Datalad up to 1.3.2.
64+
python -c 'import datalad'
6365
coverage erase
6466
coverage run -p -m bids_validator tests/data/bids-examples/ds000117
6567
python -m pytest --doctest-modules --cov . --cov-append --cov-report term \

0 commit comments

Comments
 (0)