From 622ef5ede4661a11842adb83f2e10713c04e746c Mon Sep 17 00:00:00 2001 From: Victor Ryzhenkin Date: Wed, 2 Mar 2016 18:49:17 +0300 Subject: [PATCH] Remove tempest-lib from test-requirements. Since tempest-lib deprecation and all patches, which rename tempest_lib to tempest.lib merged, we can get rid of this unused requirement. Also, we should save subunit abilities, so adding os-testr module to test-requirements. Change-Id: I751faa1fc493b0585c72a7f552279d6dde5ccf2e Related-Bug: #1551863 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 439f785e..0e57040a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,13 +9,13 @@ mock>=1.2 # BSD nose # LGPL oslotest>=1.10.0 # Apache-2.0 sqlalchemy-migrate>=0.9.6 # Apache-2.0 -tempest-lib>=0.14.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testresources>=0.2.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD unittest2 # BSD pylint==1.4.5 # GNU GPL v2 requests!=2.9.0,>=2.8.1 # Apache-2.0 +os-testr>=0.4.1 # Apache-2.0 # Some of the tests use real MySQL and Postgres databases PyMySQL>=0.6.2 # MIT License