From 21a3c40d04703fcd32a16d887649577c0692bac0 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 9 Aug 2022 11:11:20 +1000 Subject: [PATCH] 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 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5aaa5825f2..ecf682940e 100644 --- a/tox.ini +++ b/tox.ini @@ -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