diff --git a/tox.ini b/tox.ini index dbb31e3779..f0cce38ca9 100644 --- a/tox.ini +++ b/tox.ini @@ -120,6 +120,9 @@ commands = deps = {[testenv]deps} -e . +# NOTE(noonedeadpunk): Overriding install_command is a temporary solution until `requests` module version +# will be updated in u-c as it's incompatible with ansible-lint requirements. +install_command = pip install {opts} {packages} setenv = {[testenv]setenv} PYTHONHASHSEED = 100