Skip to content

Commit 895451c

Browse files
committed
Update testing instructions to use pytest
As `pytest` is now the way to test `zarr`, update the testing instructions to use `pytest`.
1 parent 1633498 commit 895451c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ To work with Zarr source code in development, install from GitHub::
4848

4949
To verify that Zarr has been fully installed, run the test suite::
5050

51-
$ pip install nose
52-
$ python -m nose -v zarr
51+
$ pip install pytest
52+
$ python -m pytest -v --pyargs zarr
5353

5454
Contents
5555
--------

0 commit comments

Comments
 (0)