From b0785c6630d19d93e33df8e1058b844bba420550 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Wed, 11 Jul 2018 18:21:07 +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/578515 Change-Id: I79855f50754d0e33d779c0762220019cb8649ba3 --- .gitignore | 1 - lower-constraints.txt | 1 - test-requirements.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index e621e982..571e6389 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,6 @@ cover/ .tox nosetests.xml .stestr -.testrepository .venv # Translations diff --git a/lower-constraints.txt b/lower-constraints.txt index 9d793751..366ac591 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -110,7 +110,6 @@ stevedore==1.20.0 taskflow==2.16.0 Tempita==0.5.2 tenacity==4.9.0 -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 adfcb42c..ac73d87e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,7 +16,6 @@ oslosphinx>=4.7.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 requests-mock>=1.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD testresources>=2.0.0 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT