From df7362702aad0e2e06145042f26dcfc6e1cb6cab Mon Sep 17 00:00:00 2001 From: Zhao Chao Date: Mon, 16 Apr 2018 17:46:04 +0800 Subject: Cleanup testrepository and os-testr requirements We have migrated to stestr for a while, however the related requirements is not updated, this patch does the cleanup, also updates requirements for stestr. Change-Id: I9c8cf2f90ced2261293f91faefc3099740540fe7 Signed-off-by: Zhao Chao --- test-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index ceee40f6..32403d07 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,13 +18,12 @@ proboscis>=1.2.5.3 # Apache-2.0 python-troveclient>=2.2.0 # Apache-2.0 mock>=2.0.0 # BSD testtools>=2.2.0 # MIT -testrepository>=0.0.18 # Apache-2.0/BSD pymongo!=3.1,>=3.0.2 # Apache-2.0 redis>=2.10.0 # MIT psycopg2>=2.6.2 # LGPL/ZPL cassandra-driver!=3.6.0,>=2.1.4 # Apache-2.0 couchdb>=0.8 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 +stestr>=1.1.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4 pylint==1.4.5 # GPLv2 -- cgit v1.2.1