Skip to content

Commit

Permalink
remove --requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo committed Nov 19, 2024
1 parent 18ac9f1 commit 8bf76de
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 @@ -142,8 +142,7 @@ description =
commands =
# fail-fast if psycopg in not properly installed.
python3 -c "import psycopg"
python3 -m pip freeze
sh -c "ansible-test units --color --requirements --target-python default -v --num-workers 1 --coverage --truncate 0 {posargs}"
sh -c "ansible-test units --color --target-python default -v --num-workers 1 --coverage --truncate 0 {posargs}"
ansible-test coverage report --requirements --omit '.tox/*,tests/*' --color --all --show-missing -v --truncate 0
ansible-test coverage combine --export={envdir}

Expand Down

0 comments on commit 8bf76de

Please sign in to comment.