File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Long-running tests
25
25
Long-running tests are not enabled by default, and can be resource-intensive. To run these tests:
26
26
27
27
* Set environment variable ``NIPY_EXTRA_TESTS=slow ``;
28
- * Run ``nosetests ``.
28
+ * Run ``pytest nibabel ``.
29
29
30
30
Note that some tests may require a machine with >4GB of RAM.
31
31
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Release checklist
79
79
80
80
* Make sure all tests pass (from the nibabel root directory)::
81
81
82
- nosetests --with- doctest nibabel
82
+ pytest --doctest-modules nibabel
83
83
84
84
* Make sure you are set up to use the ``try_branch.py `` - see
85
85
https://github.com/nipy/nibotmi/blob/master/install.rst#trying-a-set-of-changes-on-the-buildbots
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Requirements
90
90
* h5py _ (optional, for MINC2 support)
91
91
* PyDICOM _ 0.9.9 or greater (optional, for DICOM support)
92
92
* `Python Imaging Library `_ (optional, for PNG conversion in DICOMFS)
93
- * nose _ 0.11 or greater and pytest _ (optional, to run the tests)
93
+ * pytest _ (optional, to run the tests)
94
94
* sphinx _ (optional, to build the documentation)
95
95
96
96
Get the development sources
@@ -128,7 +128,7 @@ module to see if everything is fine. It should look something like this::
128
128
>>>
129
129
130
130
131
- To run the nibabel test suite, from the terminal run ``nosetests nibabel `` or
131
+ To run the nibabel test suite, from the terminal run ``pytest nibabel `` or
132
132
``python -c "import nibabel; nibabel.test() ``.
133
133
134
134
To run an extended test suite that validates ``nibabel `` for long-running and
You can’t perform that action at this time.
0 commit comments