From e67eec31daa4651a79121c6d5a2cf6d7aaca3dd5 Mon Sep 17 00:00:00 2001 From: Dmitry Guryanov Date: Tue, 24 May 2016 12:46:31 +0300 Subject: [PATCH] Add testtools to the test-requirements.txt file Change-Id: Icc106f7bfdc66343ab2ddbc78effed8e31933d02 Closes-Bug: #1564608 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index b0d5813d..8e0ab0aa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,6 +9,7 @@ mock>=1.2 # BSD oslotest>=1.10.0 # Apache-2.0 requests-mock>=0.7.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD +testtools>=1.4.0 # MIT # Files beyond this line are not in Global Requirements list # and must be added there.