From db9ab08a11b8261905a9f529006b2c1b1bb82c09 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 24 Mar 2013 13:22:31 -0500 Subject: [PATCH] Webtest2 breaks response.cookies stuff for some reason. I don't understand why but other people do! This is a terrible commit message and I am sorry for it. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9c295dc4..7264f249 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup( 'sphinx', 'Babel', 'argparse', - 'webtest', + 'webtest<2', 'ConfigObj', 'Markdown', 'sqlalchemy>=0.7.0', -- 2.25.1