Skip to content

Commit

Permalink
ping tox-extra
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo committed Nov 19, 2024
1 parent 787ac7f commit c86e2fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ skipsdist = true # this repo is not a python package
isolated_build = true
requires =
tox >= 4.6.3
tox-extra >= 2.0.1 # bindep check
tox-extra == 2.0.2 # bindep check
setuptools >= 65.3.0 # editable installs
ignore_basepython_conflict = false

Expand All @@ -28,7 +28,6 @@ description =
py{39,310,311,312,313}: with {basepython}
deps = -r .config/requirements-test.in
commands_pre =
python3 -m ensurepip
bash -c 'test "$(basename $(cd ../.. && pwd))" == ansible_collections || { echo "Repository must be cloned inside a directory structure like ansible_collections/ansible/eda in order allow ansible-test to run."; exit 3;}'
commands =
echo "Implicit tox environment should not be called directly (safety measure to avoid running wrong tests due to typos)"
Expand Down

0 comments on commit c86e2fb

Please sign in to comment.