Skip to content

Commit

Permalink
Drop nose completely
Browse files Browse the repository at this point in the history
  • Loading branch information
wbolster committed Nov 9, 2013
1 parent 3de92d2 commit 452d602
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,4 +39,4 @@ test: ext
@echo "Running tests"
@echo "============="
@echo
python $$(which nosetests) -v $(TESTS)
py.test
2 changes: 1 addition & 1 deletion doc/developer.rst
Expand Up @@ -39,7 +39,7 @@ A few remarks about the code:
Running the tests
=================

Almost all Plyvel code is covered by the unit tests. Plyvel uses *Nose* for
Almost all Plyvel code is covered by the unit tests. Plyvel uses *pytest* for
running those tests. Type ``make test`` to run the unit tests.


Expand Down
1 change: 0 additions & 1 deletion requirements-development.txt
@@ -1,4 +1,3 @@
Cython >= 0.17
nose
pytest
sphinx

0 comments on commit 452d602

Please sign in to comment.