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:
Ian Wienand 2022-08-09 11:11:20 +10:00
parent 122644b5c6
commit 21a3c40d04
No known key found for this signature in database

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