X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tox.ini;h=b353ce8d7b7e5df6697b529fc6073b54afeeb78e;hp=9ef529ffe1603442c8e5835258fccae21eaa9d74;hb=c4f393e2cc27e8beb337d0058c11f7413f6639f6;hpb=5e08a0e8fa4fd9d0156d28f8f4e53e5b176c704a;ds=sidebyside diff --git a/tox.ini b/tox.ini index 9ef529f..b353ce8 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ deps = pytest pytest-asyncio pytest-xdist + pytest-assume paramiko pylxd @@ -42,7 +43,7 @@ commands = [testenv:lint] envdir = {toxworkdir}/py3 commands = - flake8 --ignore E501,E402 {posargs} n2vc tests + flake8 --ignore E501,E402 --exclude tests/charms/builds,tests/charms/deps {posargs} n2vc tests deps = flake8