summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-03-20 23:25:37 -0400
committerChris McDonough <chrism@plope.com>2011-03-20 23:25:37 -0400
commitd8176e7279e19ab3e618056555a05d710bb161d4 (patch)
tree43717841fd1326d22a4aaea2d1a17c1c0ce72fcb /setup.py
parent1c4912af221e89ecf117154e2708f58984287ad8 (diff)
parentc3f021fbf2fd027b0778ca9dadc79ae7b2a5394b (diff)
downloadwebob-tests.pycon2011.tar.gz
merge from headtests.pycon2011
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 63c708d..5ae12f9 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,4 @@
from setuptools import setup
-import sys, os
version = '1.0.5'
@@ -44,6 +43,5 @@ See also: `changelog <http://pythonpaste.org/webob/news>`_,
packages=['webob'],
zip_safe=True,
test_suite='nose.collector',
- tests_require=['Tempita', 'WSGIProxy', 'WebTest', 'dtopt', 'nose',
- 'coverage', 'repoze.profile'],
+ tests_require=['nose', 'WebTest'],
)