From fc068f2b0f14b7f71853813b4243eed73ab6fad3 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 26 Sep 2019 11:20:48 +0200 Subject: [PATCH] tox.ini: remove the devenv environment This is what 'venv' is for. Change-Id: I0e2190a9bf7b11537d0931c4e1e970836eb11c01 --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 3aed0aab8..e4c22c6b1 100644 --- a/tox.ini +++ b/tox.ini @@ -63,11 +63,6 @@ basepython = python3 envdir = {toxworkdir}/venv commands = oslo_debug_helper -t ironic_python_agent/tests/unit {posargs} -[testenv:devenv] -basepython = python3 -envdir = devenv -usedevelop = True - [testenv:docs] basepython = python3 setenv = PYTHONHASHSEED=0