Skip to content

Commit 3db1cb2

Browse files
committed
Add webob to test_requires for python3
Code paths seem different which ends up leading to webob needing to be present.
1 parent 317a975 commit 3db1cb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def run_tests(self):
4242
'python-memcached >= 1.51',
4343
'pytest',
4444
'mako',
45+
'webob',
4546
#'pytest-coverage',
4647
]
4748

0 commit comments

Comments
 (0)