diff --git a/test-requirements.txt b/test-requirements.txt index 0ce003e9..a080de9a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1 @@ stestr>=1.0.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index bf8061c0..79892f5c 100644 --- a/tox.ini +++ b/tox.ini @@ -21,16 +21,6 @@ commands = pre-commit run --all-files --show-diff-on-failure {posargs} [testenv:venv] commands = {posargs} -[testenv:cover] -setenv = - {[testenv]setenv} - PYTHON=coverage run --source ironic_tempest_plugin --parallel-mode -commands = - stestr run {posargs} - coverage combine - coverage html -d cover - coverage xml -o cover/coverage.xml - [testenv:docs] deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/doc/requirements.txt