File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,21 +73,20 @@ which can be installed similarly
7373Developer installation
7474======================
7575
76- Pydra requires Python 3.11+. To install in developer mode:
77-
78- ::
76+ Pydra requires Python 3.11+. To install in developer mode::
7977
8078 git clone git@github.com:nipype/pydra.git
8179 cd pydra
8280 pip install -e ".[dev]"
8381
82+ In order to run pydra's test locally::
8483
85- In order to run pydra's test locally:
86-
87- ::
84+ pytest pydra
8885
89- pytest -vs pydra
86+ We use `tox <https://tox.wiki/ >`_ to test versions and dependency sets.
87+ For example, to test on the minimum and latest dependencies, run::
9088
89+ tox -e py311-min -e py313-latest
9190
9291It is also useful to install pre-commit:
9392
Original file line number Diff line number Diff line change 11[tox]
22requires =
33 tox>=4
4+ tox-uv
45envlist =
56 py3{11,12,13}-{latest,pre}
67 py311-min
You can’t perform that action at this time.
0 commit comments