Skip to content

Commit 47b920c

Browse files
committed
Remove remaining references to nose
1 parent 714b110 commit 47b920c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ From a checkout you can run the unit tests with:
5353

5454
.. code-block:: shell
5555
56-
$ pip install nose
57-
$ nosetests .
56+
$ pip install pytest
57+
$ pytest
5858
5959
6060
Using conda

pylintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
# Without ignoring this, we get errors like:
33
# E:249,20: Module 'numpy' has no 'nan' member (no-member)
44
ignored-modules = numpy
5-
ignored-classes = nose.tools

test/expensive_verify_pretrain_optimizable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Expensive test - not run by nose.
1+
# Expensive test - not run by pytest.
22

33
from mhcflurry import train_pan_allele_models_command
44
from mhcflurry.downloads import get_path

0 commit comments

Comments
 (0)