Fixes for tox 4.0
Needed to fix syntax of passenv Added required zmq library to bindep.txt Change-Id: I78bc8d3fee4a1b605a60c8523a2d2c97358c9fac
This commit is contained in:
parent
75f69f859a
commit
7ce1923a99
@ -5,4 +5,5 @@ build-essential [platform:dpkg test compile]
|
|||||||
libssl-dev [platform:dpkg test compile]
|
libssl-dev [platform:dpkg test compile]
|
||||||
libvirt-dev [platform:dpkg test compile]
|
libvirt-dev [platform:dpkg test compile]
|
||||||
libvirt-devel [platform:rpm test compile]
|
libvirt-devel [platform:rpm test compile]
|
||||||
|
libzmq5 [platform:dpkg test compile]
|
||||||
pkg-config [compile test]
|
pkg-config [compile test]
|
||||||
|
9
tox.ini
9
tox.ini
@ -1,6 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.18.0
|
minversion = 3.18.0
|
||||||
skipsdist = True
|
|
||||||
envlist = py3,pep8
|
envlist = py3,pep8
|
||||||
ignore_basepython_conflict=true
|
ignore_basepython_conflict=true
|
||||||
|
|
||||||
@ -19,7 +18,13 @@ deps =
|
|||||||
commands =
|
commands =
|
||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
stestr slowest
|
stestr slowest
|
||||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
passenv =
|
||||||
|
http_proxy
|
||||||
|
HTTP_PROXY
|
||||||
|
https_proxy
|
||||||
|
HTTPS_PROXY
|
||||||
|
no_proxy
|
||||||
|
NO_PROXY
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps=
|
deps=
|
||||||
|
Loading…
Reference in New Issue
Block a user