From 915cec378401f0e17025ee484617751db3ea427f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 15 Jan 2019 17:13:04 +0100 Subject: [PATCH] Cleaning testrepository occurrences. Since we have migrate test to stestr we can remove testrepository from imports and stop to ignore him. Change-Id: I74a24f19268d39dbce42963c95a9f06ca9b3f014 --- .gitignore | 1 - lower-constraints.txt | 1 - test-requirements.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index a99df111..6b18feb3 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,6 @@ build/ doc/build/ doc/source/api/ dist/ -.testrepository/ /doc/source/sample.config .stestr/ diff --git a/lower-constraints.txt b/lower-constraints.txt index 311beb4d..39b78c98 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -48,7 +48,6 @@ Sphinx==1.6.2 sphinxcontrib-websupport==1.0.1 stestr==2.0.0 stevedore==1.20.0 -testrepository==0.0.18 testscenarios==0.4 testtools==2.2.0 traceback2==1.4.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8aa4ba68..6540ea92 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD stestr>=2.0.0 # Apache-2.0 testtools>=2.2.0 # MIT