Merge "testinfra: install with ansible extras"

This commit is contained in:
Zuul 2022-10-10 23:44:09 +00:00 committed by Gerrit Code Review
commit 1e7e7f5389

View File

@ -37,9 +37,8 @@ commands = sphinx-build -W -E -b html doc/source doc/build/html
[testenv:testinfra]
deps =
ansible-core
pytest-html # MPL-2.0
pytest-testinfra>=6.0.0
pytest-testinfra[ansible]>=6.0.0
selenium
requests