Bump upstream dependencies to Potassium GA
[transportpce.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 18a849c8c2521d0912a4d28891f01a5e2a348a8b..45b98c3cdc4e9f83dd5f9975202006823f826f89 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ envlist = buildcontroller
      sims221,build_karaf_tests221,tests_tapi,tests221,
      sims71,build_karaf_tests71,tests71,
      build_karaf_tests_hybrid,tests_hybrid,
-     buildlighty,
+#     buildlighty,
      docs
      docs-linkcheck
      checkbashisms
@@ -274,7 +274,7 @@ basepython = python3
 deps = pylint>=2.6.0
 allowlist_externals = find
 commands =
-    find transportpce_tests/ -name *.py -exec pylint --fail-under=10 --max-line-length=120 --disable=missing-docstring --disable=fixme --disable=duplicate-code --module-rgx="([a-z0-9_]+$)|([0-9.]{1,30}$)" --method-rgx="(([a-z_][a-zA-Z0-9_]{2,})|(_[a-z0-9_]*)|(__[a-zA-Z][a-zA-Z0-9_]+__))$" --variable-rgx="[a-zA-Z_][a-zA-Z0-9_]{1,30}$" \{\} +
+    find transportpce_tests/ -name *.py -exec pylint --fail-under=10 --max-line-length=120 --disable=missing-docstring,import-error --disable=fixme --disable=duplicate-code --module-rgx="([a-z0-9_]+$)|([0-9.]{1,30}$)" --method-rgx="(([a-z_][a-zA-Z0-9_]{2,})|(_[a-z0-9_]*)|(__[a-zA-Z][a-zA-Z0-9_]+__))$" --variable-rgx="[a-zA-Z_][a-zA-Z0-9_]{1,30}$" \{\} +
 
 [testenv:pyang]
 basepython = python3