X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=tox.ini;h=d56ee5c50d3b7b9421e313c2a365765fba83121f;hp=ef4af53c745f5338beaf53fa6d611b535d7f129b;hb=714954e34ba8af38c696a802c789699ae0299648;hpb=1bfe4e2392fe3ba155d71ad4f99fbc7fd21e68be diff --git a/tox.ini b/tox.ini index ef4af53..d56ee5c 100644 --- 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