From 3ae73d06e674c3b93c50060ef546bd1aef3488ed Mon Sep 17 00:00:00 2001 From: Alexander Shadchin Date: Sun, 26 Feb 2017 15:31:21 +0300 Subject: [PATCH] Fix test depend --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 177ae8da0..fafb2f34a 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ extras_require = { 'whoosh>=2.0', ], 'test': [ - 'nose', + 'pytest', 'mock', # it would be better for 'test:python_version in 2.7' 'simplejson', # better: 'test:platform_python_implementation=="PyPy"' 'html5lib',