Skip to content

Commit

Permalink
Workaround for coverage bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Apr 17, 2023
1 parent e638247 commit 8e18206
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ description =
deps =
--editable .[test]
devel: ansible-core @ git+https://github.com/ansible/ansible.git # GPLv3+
commands_pre =
-sh -c "rm .tox/.coverage.*"
commands =
# safety measure to assure we do not accidentally run tests with broken dependencies
{envpython} -m pip check
Expand Down Expand Up @@ -165,6 +167,7 @@ commands =
.tox/venv/bin/pip install -q git+https://github.com/ansible/ansible-lint@main
pytest -n auto --durations=3 -m eco
allowlist_externals =
{[testenv]allowlist_externals}
.tox/venv/bin/pip
setenv =
PYTEST_REQPASS=7
Expand Down

0 comments on commit 8e18206

Please sign in to comment.