From 63bdb2536b8805fb16da7c4e378b5dda8f70c02f Mon Sep 17 00:00:00 2001 From: Boden R Date: Fri, 25 May 2018 09:37:46 -0600 Subject: [PATCH] add stestr to test requirements stestr is already used in tox.ini, but isn't declared as a dependency. This patch adds stestr to test-requirements Change-Id: I35853d75c7bb93cf645d9c6ae2a1a92168fa7baf --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 39db5ad3..88b1d654 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,6 +12,7 @@ python-subunit>=1.0.0 # Apache-2.0/BSD sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD oslosphinx>=4.7.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testresources>=2.0.0 # Apache-2.0/BSD testtools>=2.2.0 # MIT