Skip to content

Commit

Permalink
Remove remaining references to nose
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Oct 27, 2024
1 parent 8bc4dd3 commit 65a6940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ From a checkout you can run the unit tests with:

.. code-block:: shell
$ pip install nose
$ nosetests .
$ pip install pytest
$ pytest
Using conda
Expand Down
1 change: 0 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# Without ignoring this, we get errors like:
# E:249,20: Module 'numpy' has no 'nan' member (no-member)
ignored-modules = numpy
ignored-classes = nose.tools
2 changes: 1 addition & 1 deletion test/expensive_verify_pretrain_optimizable.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Expensive test - not run by nose.
# Expensive test - not run by pytest.

from mhcflurry import train_pan_allele_models_command
from mhcflurry.downloads import get_path
Expand Down

0 comments on commit 65a6940

Please sign in to comment.