We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830cd5d commit 804f8c5Copy full SHA for 804f8c5
1 file changed
tox.ini
@@ -60,6 +60,8 @@ deps =
60
pre: git+https://github.com/bids-standard/bids-specification.git\#subdirectory=tools/schemacode
61
62
commands =
63
+ # Avoid SyntaxWarning being promoted to SyntaxError in Python 3.14, Datalad up to 1.3.2.
64
+ python -c 'import datalad'
65
coverage erase
66
coverage run -p -m bids_validator tests/data/bids-examples/ds000117
67
python -m pytest --doctest-modules --cov . --cov-append --cov-report term \
0 commit comments