From bbfc86bd04e61d9707b1c49e0d4a56daa3bbf93a Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 23 Apr 2018 11:48:54 +0100 Subject: [PATCH] Disable idempotence test The idempotence of the role doesn't really work properly with the modern get-pip.py script. Instead of porting [1] and [2] back along with other patches which may have merged in master but are not in the stable branch but may be necessary, we disable the idempotence check instead. This way we keep the stable branch stable, but ensure idempotence properly from Rocky onwards. [1] https://review.openstack.org/562243 [2] https://review.openstack.org/562188 Change-Id: Iaf0ef428f9c8a845e779770fb54fe62495326c4a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 42e0ba8..0cb7c03 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ whitelist_externals = setenv = PYTHONUNBUFFERED=1 ROLE_NAME=pip_install - TEST_IDEMPOTENCE=true + TEST_IDEMPOTENCE=false VIRTUAL_ENV={envdir} WORKING_DIR={toxinidir}