From 9938ecf9607f14519b46af22b247e0c611266c8a Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 3 Jul 2014 12:11:34 +0100 Subject: [PATCH] add py32-dj16-sqlite to the list of tox environments that fail due to iteritems in South --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8ffd0ef60..2b17c65ba 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,7 @@ envlist = # py27-dj16-mysql # South fails with sqlite on python3, because it tries to use DryRunMigrator which uses iteritems +# py32-dj16-sqlite, # py33-dj16-sqlite, # py34-dj16-sqlite