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
This commit is contained in:
Jesse Pretorius 2018-03-28 10:10:27 +01:00
parent 780bba94e4
commit c70530ddb0
1 changed files with 0 additions and 1 deletions

View File

@ -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"