From b483a9ab06e6021ded5fc51d1a003d542f1dd306 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Thu, 22 Jan 2015 11:06:55 +0800 Subject: [PATCH] remove pytidylib and netifaces from tox.ini external dependency pytidylib is introduced on Jan 27, 2014 by commit: 3257d83bbb3e2302638581c995e44d6e84ad44c0, changeId: I73f3202ac7a1420aaa303d5ea2e741b2fe5673e9 https://review.openstack.org/#/c/69491/ but actually not used, nor used by packages depended by us. The commit message, review comments and bug report don't provide details for this change. netifaces is introduced Jan 21 2014 by: commit: 28f6bee013c55ac9f4b4545293fd8849da45c961 changeId: I1721804890423c242bb69697d2c42ca57d0871a4 At that time, it is required by swift, but now we have removed swift from {test-}requirements. Now it is only required by oslo.utils.netutils, but can be downloaded via pypi, see: https://github.com/openstack/oslo.utils/blob/1.2.0/requirements.txt#L11 Change-Id: I8bff587892396c32b327049b024e6e8acfff64cf Closes-Bug: #1413455 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 90b216d5..d1958d73 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py27,py33,py34,py-mysql,py-pgsql,pep8 [testenv] deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -install_command = pip install -U --allow-external pytidylib --allow-insecure pytidylib --allow-external netifaces --allow-insecure netifaces {opts} {packages} +install_command = pip install -U {opts} {packages} usedevelop = True setenv = VIRTUAL_ENV={envdir} EVENTLET_NO_GREENDNS=yes