Skip to content

Commit

Permalink
Workaround for tox w/o setup.py bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Nov 25, 2021
1 parent 0fb8dee commit 26d6e9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ requires =
pip >= 20.2.4

[testenv]
usedevelop = True
# usedevelop fails due to https://github.com/tox-dev/tox/issues/2197
usedevelop = False

# do not put * in passenv as it may break builds do to reduced isolation
passenv =
CI
Expand All @@ -45,6 +47,7 @@ setenv =
PYTHONUNBUFFERED=1
_EXTRAS=-l --cov=molecule --no-cov-on-fail --cov-report xml:{envlogdir}/coverage.xml --html={envlogdir}/reports.html --self-contained-html
deps =
-e .
devel: git+https://github.com/ansible/ansible#egg=ansible-core
# pytest-molecule not used but we want to check that it does not conflict
devel: git+https://github.com/ansible-community/pytest-molecule#egg=pytest-molecule
Expand Down

0 comments on commit 26d6e9a

Please sign in to comment.