From 2acc1f491118570d713230cdd066ddd6956e2710 Mon Sep 17 00:00:00 2001 From: Kenji Yasui Date: Mon, 7 Dec 2015 04:00:22 +0000 Subject: [PATCH] Fix db error when running python34 Unit tests If tests for py27 is executed before py34 tests, then there is a chance that py34 related tests may fail. The following patch fixes it. Ref: https://review.openstack.org/#/q/status:merged++topic:bug/1489059,n,z TrivialFix Change-Id: I397fe9c6847f3e6d4640adbb2712f2197e72ae47 Closes-bug: #1489059 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6f0183412..f7d7b6842 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8,py27,py34,docs +envlist = pep8,py34,py27,docs [testenv] install_command = pip install -U {opts} {packages}