From 40f9238275e12d2d9bad97c20147dd451f841125 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 10 Dec 2015 11:55:05 +0100 Subject: [PATCH] Explicitly depend on WebTest>=2.0 pecan depends on WebTest 1.3.1, but we use JSON features from 2.0. Closes-Bug: #1524816 Change-Id: I9b99c686cddc4a916c39359d5a1006ed4c1ddef0 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index beb1974639..fc6c31f9d1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,6 +16,7 @@ testtools>=1.4.0 os-testr>=0.4.1 testresources>=0.2.4 testscenarios>=0.4 +WebTest>=2.0 # Doc requirements sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2