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:
Jay Faulkner 2022-12-15 10:18:01 -08:00 committed by Riccardo Pittau
parent 75f69f859a
commit 7ce1923a99
2 changed files with 8 additions and 2 deletions

View File

@ -5,4 +5,5 @@ build-essential [platform:dpkg test compile]
libssl-dev [platform:dpkg test compile]
libvirt-dev [platform:dpkg test compile]
libvirt-devel [platform:rpm test compile]
libzmq5 [platform:dpkg test compile]
pkg-config [compile test]

View File

@ -1,6 +1,5 @@
[tox]
minversion = 3.18.0
skipsdist = True
envlist = py3,pep8
ignore_basepython_conflict=true
@ -19,7 +18,13 @@ deps =
commands =
stestr run {posargs}
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]
deps=