summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-02-08 16:11:03 -0500
committerChris McDonough <chrism@plope.com>2014-02-08 16:11:03 -0500
commitf8ebde9e5ba1719737099cef12aad641a39120d9 (patch)
tree8333f96258c79037fcf6d33972799d3da4faaf3c /setup.py
parent579a5f47523ada48497994f0c70152f617d6af2a (diff)
downloadpyramid-f8ebde9e5ba1719737099cef12aad641a39120d9.tar.gz
pyramid-f8ebde9e5ba1719737099cef12aad641a39120d9.tar.bz2
pyramid-f8ebde9e5ba1719737099cef12aad641a39120d9.zip
nose-selecttests is not py3 compat, so we cant really rely on it in testing requirements
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
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
]