aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1aebeb0f..a98cd013 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,8 @@ setup(
'PasteScript',
'wtforms',
'py-bcrypt',
- 'nose',
+ 'pytest',
+ 'pytest-xdist',
'werkzeug>=0.7',
'celery==2.5.3',
'kombu==2.1.7',
@@ -53,7 +54,7 @@ setup(
'sphinx',
'Babel',
'argparse',
- 'webtest',
+ 'webtest<2',
'ConfigObj',
'Markdown',
'sqlalchemy>=0.7.0',