From ac8eb819a2d1ad4194277512a875c8f72517e931 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Wed, 11 Jul 2018 17:40:22 +0700 Subject: [PATCH] Remove testrepository This commit is a follow-up of "switch to using stestr" which was merged already [1]. After switch to using stestr, testrepository is unnecessary and should be removed. [1] https://review.openstack.org/#/c/571471 Change-Id: I58c8c5e5ee9c6fded649dd83ee10d9364454ae82 --- .gitignore | 1 - lower-constraints.txt | 1 - test-requirements.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index b4df17af..4408aad0 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,6 @@ cover cover-master nosetests.xml .stestr/ -.testrepository # Translations *.mo diff --git a/lower-constraints.txt b/lower-constraints.txt index e57a9302..88e3aad0 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -110,7 +110,6 @@ stestr==2.0.0 stevedore==1.28.0 tempest==17.1.0 tenacity==3.2.1 -testrepository==0.0.18 testresources==2.0.0 testscenarios==0.4 testtools==2.2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0d82efc0..5794d871 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,6 +13,5 @@ stestr>=2.0.0 python-subunit>=1.0.0 # Apache-2.0/BSD tempest>=17.1.0 # Apache-2.0 testresources>=2.0.0 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT