From 782e85df30020097b27b0e15e173040a9df3abd2 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Wed, 4 Jan 2023 09:58:16 -0800 Subject: [PATCH] Drop duplicate tox config "usedevelop" is specified and set to true in the default testenv and doesn't need to be specified in the specific environments. Change-Id: I8adee2feec3ac46f22c04cae86ed0559785ee414 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 25350dfdd..bd2a2b8b6 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,6 @@ commands = commands = {posargs} [testenv:docs] -usedevelop = True deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/doc/requirements.txt @@ -42,7 +41,6 @@ commands = sphinx-build -b html doc/source doc/build/html [testenv:pdf-docs] -usedevelop = True deps = {[testenv:docs]deps} allowlist_externals = make