From a7c574d1f315071af151525cfc702546f29c481f Mon Sep 17 00:00:00 2001 From: Hang Li Date: Thu, 4 Jul 2019 18:23:04 +0800 Subject: [PATCH] fix testenv once coverage in test In the file,the basepython value has been set for the specified virtual environment. So we don't need to set up an override in testenv. For this change, we executed the tox command for testing to ensure that the modification did not produce errors. Change-Id: I364e686243fa242dd4bcb12bb86b60129aa7b284 Closes-Bug: #1835394 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 539819c..e611112 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,6 @@ minversion = 2.3 skipsdist = True [testenv] -basepython = python3 install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} OS_STDOUT_CAPTURE=1