Fix bug 564
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 9ef529f..b353ce8 100644 (file)
--- 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