From 147e487bdf617ba2699fc918fb76db2544893e94 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Wed, 11 Jul 2018 17:44:35 +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/571948 Change-Id: I7b496624721173955315869b17d3f2050dc83d30 --- .gitignore | 1 - lower-constraints.txt | 1 - test-requirements.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6471bec0..1abda2704 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ build *.log .coverage .coverage.* -.testrepository/* .tox .venv cover diff --git a/lower-constraints.txt b/lower-constraints.txt index 69167937d..d0fb04d58 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -149,7 +149,6 @@ suds-jurko==0.6 tempest==17.1.0 Tempita==0.5.2 tenacity==4.4.0 -testrepository==0.0.18 testresources==2.0.1 testscenarios==0.4 testtools==2.2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 25af7ebe2..237bfa3a7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,7 +11,6 @@ stestr>=2.0.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 requests-mock>=1.2.0 # Apache-2.0 testtools>=2.2.0 # MIT -testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0.27 # MIT tempest>=17.1.0 # Apache-2.0