From f8ebde9e5ba1719737099cef12aad641a39120d9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 8 Feb 2014 16:11:03 -0500 Subject: nose-selecttests is not py3 compat, so we cant really rely on it in testing requirements --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bf6101533..ebdcc7b1f 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,6 @@ docs_extras = [ testing_extras = tests_require + [ 'nose', - 'nose-selecttests', 'coverage', 'virtualenv', # for scaffolding tests ] -- cgit v1.2.3