testinfra: install with ansible extras
Swap the dependency to testinfra's "ansbile" extras rather than bringing this in ourselves. This really makes no difference, but I think it is a bit clearer about what is going on. Change-Id: I95b1e921a0891e3be6df6c25c3b30b3903f0393b
This commit is contained in:
parent
122644b5c6
commit
21a3c40d04
3
tox.ini
3
tox.ini
@ -37,9 +37,8 @@ commands = sphinx-build -W -E -b html doc/source doc/build/html
|
|||||||
|
|
||||||
[testenv:testinfra]
|
[testenv:testinfra]
|
||||||
deps =
|
deps =
|
||||||
ansible-core
|
|
||||||
pytest-html # MPL-2.0
|
pytest-html # MPL-2.0
|
||||||
pytest-testinfra>=6.0.0
|
pytest-testinfra[ansible]>=6.0.0
|
||||||
selenium
|
selenium
|
||||||
requests
|
requests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user