From 6c1732220ecba61f8db9ef8e10fbe7ada4afa49b Mon Sep 17 00:00:00 2001 From: jichenjc Date: Thu, 16 Mar 2017 01:07:33 +0800 Subject: [PATCH] Add oslo.config>=3.22.0 into test requirements so we can preinstall before build doc in redthedocs Change-Id: I9440af3aaa8ec679b9662ea316501eb351c5a7e9 --- requirements.txt | 1 - test-requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8cc11cc..b247458 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. pbr>=1.8 oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7442ee3..f7106b4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,6 +9,7 @@ python-subunit>=0.0.18 # Apache-2.0/BSD sphinx>=1.5.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0 testrepository>=0.0.18 testscenarios>=0.4 testtools>=1.4.0