feat(sol006): LCM migration to SOL006
[osm/LCM.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 7e5cccf..2b8b682 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 [tox]
-envlist = cover, flake8, unittest
+envlist = cover, flake8
 
 [testenv]
 usedevelop = True
@@ -45,11 +45,6 @@ commands = flake8 osm_lcm --max-line-length 120 \
     --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,frontend_grpc.py,frontend_pb2.py \
     --ignore W291,W293,E226,W504
 
-[testenv:unittest]
-basepython = python3
-deps = asynctest
-commands = python3 -m unittest discover osm_lcm/tests -v
-
 [testenv:build]
 basepython = python3
 deps = stdeb