diff options
author | Zuul <zuul@review.openstack.org> | 2019-01-23 18:57:24 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2019-01-23 18:57:24 +0000 |
commit | 7e202148022a289d934bb27b3397ca5b49b52a96 (patch) | |
tree | 940c653ef65d9a6e7f91d815800858831cb6c76e | |
parent | f68723c702ce4637beab21287faf68108dd7b065 (diff) | |
parent | 915cec378401f0e17025ee484617751db3ea427f (diff) | |
download | oslo-config-7e202148022a289d934bb27b3397ca5b49b52a96.tar.gz |
Merge "Cleaning testrepository occurrences."
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | lower-constraints.txt | 1 | ||||
-rw-r--r-- | test-requirements.txt | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -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 678b225..fd5e25c 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 a7bbe8d..3db674e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,6 @@ hacking>=1.1.0,<1.2.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 |