From 65912fe2a44c36fdc1c9dcb0102f279e2dfa8e47 Mon Sep 17 00:00:00 2001 From: Matthew Perry Date: Fri, 10 Jun 2016 16:31:20 -0400 Subject: [PATCH] add nose to test requirements Looks like nose is needed to run the tests. Also note that [nose is in maintenance mode](http://nose.readthedocs.io/en/latest/#note-to-users) and no longer recommended. Moving to py.test would be a solid alternative. --- requirements.test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.test.txt b/requirements.test.txt index 02991bd..6474c9c 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -7,3 +7,4 @@ mock>=1.0.1 # technically not need for python >= 3.3 pytest-cov coveralls rtree>=0.8 +nose