Skip to content

Commit

Permalink
RF: remove old nose monkeypatch
Browse files Browse the repository at this point in the history
It looks like nose fixed this problem at version 1.0.0, 5 years ago.
  • Loading branch information
matthew-brett committed Sep 29, 2015
1 parent 8cc504c commit af78156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
55 changes: 0 additions & 55 deletions nipy/testing/nosepatch.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup_egg.py
Expand Up @@ -9,7 +9,7 @@
# Call the setup.py script, injecting the setuptools-specific arguments.

extra_setuptools_args = dict(
tests_require=['nose'],
tests_require=['nose>=1.0'],
test_suite='nose.collector',
zip_safe=False,
)
Expand Down

0 comments on commit af78156

Please sign in to comment.