From 1e72ab0a13ed30b4898b1415a791079709078723 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sat, 9 May 2020 13:46:59 -0400 Subject: [PATCH] tox: run ensure-python first We currently run ensure-python after running ensure-tox which means that both ensure-pip and ensure-tox ran against the system Python instead of the version that's created by ensure-python. Depends-On: https://review.opendev.org/726549 Change-Id: Id2100bb5f981944223063cf4b2a5a568cc1dc366 --- playbooks/tox/pre.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/tox/pre.yaml b/playbooks/tox/pre.yaml index 87e13883d..e6d6831f6 100644 --- a/playbooks/tox/pre.yaml +++ b/playbooks/tox/pre.yaml @@ -1,4 +1,4 @@ - hosts: all roles: - - ensure-tox - ensure-python + - ensure-tox