Add webob to test_requires for python3

Code paths seem different which ends up leading to webob needing to be
present.
This commit is contained in:
Clint Byrum 2015-05-20 07:34:28 -07:00
parent 317a975c56
commit 3db1cb25d8
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ tests_require = [
'python-memcached >= 1.51',
'pytest',
'mako',
'webob',
#'pytest-coverage',
]