It seems, for some reason settings.COMPRESS_ENABLED gets set to False when south is installed.
On Tuesday, January 20, 2015 at 12:37:44 PM UTC-8, Peter Bengtsson wrote: > > I have a django project on django 1.6. It's using django-nose and it's > using sqlite3's :memory: trick: > > DATABASES = { > 'default': { > 'ENGINE': 'django.db.backends.sqlite3', > 'NAME': ':memory:', > } > } > > Before I added `south` to INSTALLED_APPS it would take about ~5 seconds to > run the 371 tests. > > So I add `south` to INSTALLED_APPS (and make sure django_nose is mentioned > last) and I also set SOUTH_TESTS_MIGRATE=False (meaning I can put things in > the the 0001_initial.py files and it doesn't get executed). > > Now it takes ~50 seconds to run the whole test suite. That's 10x times > slower! :( > > I ran the tests with nose-timer and it basically seems every test now gets > a lot slower. You can compare > https://gist.github.com/peterbe/34c9b14028d63429491c with > https://gist.github.com/peterbe/9202c20edee964a370d3 > > > Anybody know what's causing South (1.0.2) to make everything so much > slower? > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0ea1c01f-d887-427e-a2d4-f3b2cbb97b4c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.