This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
MAINT: Adopt tox
for testing environment configuration
#234
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adopt
tox
for testing environment configuration as per decision at the Oct 1 2024 Technical Monitoring meeting.Add the necessary
tox.ini
file and edit the GHAtest.yml
workflow file to usetox
, to useants
, to useDataLad
to download the testing data, and to cache the data across the build matrix.Pin
nitransforms
to <24 following commit d26541b. The decision on pinning to <24 was made following consistent failures ontest_proximity_estimator_trivial_model
, e.g.https://github.com/nipreps/eddymotion/actions/runs/11123784605/job/30907972182#step:8:196
and
https://github.com/nipreps/eddymotion/actions/runs/11203922080/job/31141711676?pr=234#step:12:342
The version was pinned for the conda
env.yml
config file, but notpyproject.toml
.