fixing in vnf/ns-package artifacts
[osm/NBI.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index ef4af53..d56ee5c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,6 @@ toxworkdir={toxinidir}/.tox
 usedevelop = True
 basepython = python3
 install_command = python3 -m pip install -r requirements.txt   -U {opts} {packages}
-deps = -r{toxinidir}/test-requirements.txt
 
 [testenv:flake8]
 basepython = python3
@@ -37,5 +36,7 @@ commands = python3 setup.py --command-packages=stdeb.command bdist_deb
 
 [testenv:unittest]
 basepython = python3
+deps = asynctest
+       aioresponses
 commands = python3 -m unittest discover {toxinidir}/osm_nbi/tests -v