fix(mongodb): query now with filters to get just the VNFD referenced by the NSR....
[osm/MON.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index efea4e6..595b5a9 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@
 # test suite on all supported python versions. To use it, "pip install tox"
 # and then run "tox" from this directory.
 [tox]
-envlist = cover, py3, flake8, pylint
+envlist = cover, py3, flake8
 
 
 [testenv]
@@ -51,14 +51,6 @@ commands =
   coverage html -d ./cover --omit='*tests*'
   coverage xml -o coverage.xml --omit='*tests*'
 
-[testenv:pylint]
-basepython = python3
-deps = pylint
-       -r{toxinidir}/requirements.txt
-       -r{toxinidir}/test-requirements.txt
-commands =
-    pylint -E osm_mon
-
 [testenv:flake8]
 basepython = python3
 deps = flake8