1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +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=[
'pytest',
'WebTest',
'WebTest<=2.0.23',
'pytest-cov',
'fakeredis',
'mock',