From 2c53ccd943f97568a67862d84e862d334e979618 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 18 May 2017 23:52:51 +0200 Subject: [PATCH] Move oslo.context to test-requirements It's actually only used in tests. Change-Id: Idee419ab60b6395f5f5d0415711e3f02d992fa5f --- requirements.txt | 1 - setup.cfg | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d868a68..f78955f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,6 @@ alembic>=0.8.10 # MIT debtcollector>=1.2.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.config>=3.22.0 # Apache-2.0 -oslo.context>=2.12.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT sqlalchemy-migrate>=0.9.6 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index 255f524..86fb79b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,6 +40,7 @@ test = sphinx>=1.5.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 + oslo.context>=2.12.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT os-testr>=0.8.0 # Apache-2.0