]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix db error when running python34 Unit tests
authorarmando-migliaccio <armamig@gmail.com>
Thu, 1 Oct 2015 03:50:13 +0000 (20:50 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Thu, 1 Oct 2015 03:50:13 +0000 (20:50 -0700)
Follow fixes [1] to address this potential issue.

Closes-bug: #1489059

[1] https://review.openstack.org/#/q/status:merged++topic:bug/1489059,n,z

Change-Id: Ica389978869ae47c262cd797e85a7d7874254df7

tox.ini

diff --git a/tox.ini b/tox.ini
index a59f5301f7d84aa0aef2a7327d6b90369b638bbc..d78cabd25afb48d1ef33aae7905d6bb60e715b56 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = docs,py27,py34,pep8
+envlist = docs,py34,py27,pep8
 minversion = 1.8
 skipsdist = True