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
This commit is contained in:
Hang Li 2019-07-04 18:23:04 +08:00 committed by lihang
parent 2181ddc8b4
commit a7c574d1f3
1 changed files with 0 additions and 1 deletions

View File

@ -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