From c70530ddb041320c622dae5ec45e91d2601d2ee6 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 28 Mar 2018 10:10:27 +0100 Subject: [PATCH] Remove tests-repo-clone.sh Now that run_tests.sh handles the tests repo clone, we can remove the use of the older tests-repo-clone.sh script. Change-Id: Ia09ee6c5e0014332af211039fe4e1ae430a776ff --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index da41db4..be21078 100644 --- a/tox.ini +++ b/tox.ini @@ -111,7 +111,6 @@ basepython = python3 deps = {[testenv:ansible]deps} commands = - bash -c "{toxinidir}/tests/tests-repo-clone.sh" bash -c "{toxinidir}/tests/common/test-ansible-functional.sh"