1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +01:00

setup: bound webtest for 2.6 support

This commit is contained in:
Ilya Kreymer 2017-02-16 14:32:14 -08:00
parent 7f95396be0
commit 77960c1311

View File

@ -86,7 +86,7 @@ setup(
], ],
tests_require=[ tests_require=[
'pytest', 'pytest',
'WebTest', 'WebTest<=2.0.23',
'pytest-cov', 'pytest-cov',
'fakeredis', 'fakeredis',
'mock', 'mock',