From 7609df3370860ebbabc58637d703347e761a6085 Mon Sep 17 00:00:00 2001 From: suzhengwei Date: Thu, 28 Jul 2022 16:09:19 +0800 Subject: [PATCH] Tests: fix requirements for unit tests Add WebTest to test-requirements which used to be imported as a transitive requirement via pecan, but the latest release of pecan dropped this dependency. So make this requirement explicit. Related-Bug: #1982110 Change-Id: I4852be23b489257aaa56d3fa22d27f72bcabf919 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 1172a6253..72adc68ff 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,3 +12,4 @@ testtools>=2.3.0 # MIT stestr>=2.0.0 # Apache-2.0 os-api-ref>=1.4.0 # Apache-2.0 bandit>=1.6.0 # Apache-2.0 +WebTest>=2.0.27 # MIT \ No newline at end of file