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
This commit is contained in:
Jesse Pretorius 2018-04-23 11:48:54 +01:00
parent 08bef3a2e4
commit bbfc86bd04
1 changed files with 1 additions and 1 deletions

View File

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