From e54dcf95faacd715e57c8609a4c457ac1e1a50a1 Mon Sep 17 00:00:00 2001 From: Sirushti Murugesan Date: Thu, 14 May 2015 16:50:59 +0530 Subject: [PATCH] Fix integration tests for tox>2.0 Closes-Bug: #1455065 Change-Id: I2e33a2d834dfbef5b3e778757a86a2122d1b1719 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 02a902bc7..c817c32b8 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,7 @@ commands = [testenv:integration] setenv = VIRTUAL_ENV={envdir} TESTR_START_DIR=heat_integrationtests +passenv = OS_* usedevelop = False deps = -r{toxinidir}/heat_integrationtests/requirements.txt commands =