diff --git a/setup.py b/setup.py index fdf7b99a3..a118b7bcb 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,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',