File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Paper = "https://doi.org/10.1038/s41592-018-0235-4"
5252"Docker Images" = " https://hub.docker.com/r/nipreps/fmriprep/tags/"
5353NiPreps = " https://www.nipreps.org/"
5454
55- [project . optional-dependencies ]
55+ [dependency-groups ]
5656doc = [
5757 " pydot >= 1.2.3" ,
5858 " sphinx >= 5" ,
@@ -204,6 +204,10 @@ env = "PYTHONHASHSEED=0"
204204filterwarnings = [" ignore::DeprecationWarning" ]
205205junit_family = " xunit2"
206206
207+ [tool .tox .env .testing ]
208+ dependency_groups = [" test" ]
209+ commands = [" pytest" ]
210+
207211[tool .ruff ]
208212line-length = 99
209213
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ pass_env =
3838 CLICOLOR
3939 CLICOLOR_FORCE
4040 PYTHON_GIL
41- extras = test
4241setenv =
4342 pre: PIP_EXTRA_INDEX_URL =https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
4443 pre: UV_INDEX =https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
You can’t perform that action at this time.
0 commit comments