Remove unnecessary setenv

There doesn't seem to be any reason for this, so let's get rid of it
and clean up tox.ini a bit.

Change-Id: Ib7e3635441d5a9be30f4dc1fd72ccf4036b659cc
This commit is contained in:
Ben Nemec 2019-05-31 18:03:19 +00:00
parent a15352f509
commit c976c60dff
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ ignore_basepython_conflict = True
[testenv]
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt