From 0124bf49191b629f9248df0391582265f6f01b68 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 17 Apr 2018 16:45:10 -0400 Subject: stop using tox_install.sh Duplicate the dependencies that are listed in extras and place them in a test-requirements.txt file so we can install them using the constraints list. In order to add the new requirements file, we have to make the constraints and requirements match each other and the global settings. Change-Id: I4dae402fe37015f0f512d5e9a6426d5f39526347 Signed-off-by: Doug Hellmann --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 6ab735d..15f30c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,6 +57,8 @@ taskflow.engines = workers = taskflow.engines.worker_based.engine:WorkerBasedActionEngine [extras] +# NOTE(dhellmann): The entries in this section of the file need to be +# kept consistent with the entries in test-requirements.txt. zookeeper = kazoo>=2.2 # Apache-2.0 zake>=0.1.6 # Apache-2.0 @@ -65,7 +67,7 @@ redis = workers = kombu!=4.0.2,>=4.0.0 # BSD eventlet = - eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT + eventlet!=0.18.3,!=0.20.1,!=0.21.0 # MIT database = SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT alembic>=0.8.10 # MIT -- cgit v1.2.1