summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2017-10-18 09:31:36 +0200
committerJulien Danjou <julien@danjou.info>2017-10-18 09:31:36 +0200
commit5a6250c6a760ca4b970b0f364a4492d42048c46a (patch)
tree3d6fce1bc1ae96dde655ad3c3ac609b6aaf6a9e3
parente52a97ac5d8c0338aa629da903a16c39bb57d4a3 (diff)
downloadceilometer-5a6250c6a760ca4b970b0f364a4492d42048c46a.tar.gz
Move oslo.cache to gnocchi flavor
oslo.cache is only used in the Gnocchi dispatcher, and not at all in tests. Therefore it seems wrong to list it in tests. Rather than always depending on it, let's just put it in the gnocchi flavor. Change-Id: I8990ba139bba0d573ecd4d8567a88d92acb29605
-rw-r--r--setup.cfg1
-rw-r--r--test-requirements.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 8d5d2298..babd0138 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,6 +32,7 @@ data_files =
[extras]
gnocchi =
+ oslo.cache>=1.5.0 # Apache-2.0
gnocchiclient>=4.0.0 # Apache-2.0
mongo =
pymongo!=3.1,>=3.0.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 83d56a41..9bd796e7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,7 +7,6 @@ fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
happybase!=0.7,>=0.5,<1.0.0;python_version=='2.7' # MIT
mock>=1.2 # BSD
os-win>=0.2.3 # Apache-2.0
-oslo.cache>=1.5.0 # Apache-2.0
# Docs Requirements
openstackdocstheme>=1.11.0 # Apache-2.0
reno>=1.6.2 # Apache2