diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-17 11:12:56 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-17 11:12:56 -0500 |
commit | 9a9bafc078192317695a4f06233ea261fe147989 (patch) | |
tree | 271fa921cea6798a872136fefa143cc25ac49961 /mediagoblin/tests/test_sql_migrations.py | |
parent | 0536306048daa0970d2e43411ba2a9bf073e570e (diff) | |
download | mediagoblin-9a9bafc078192317695a4f06233ea261fe147989.tar.lz mediagoblin-9a9bafc078192317695a4f06233ea261fe147989.tar.xz mediagoblin-9a9bafc078192317695a4f06233ea261fe147989.zip |
Reverting "Always activate testing in every test module ever."
Revert "Always activate testing in every test module ever."
This reverts commit 0536306048daa0970d2e43411ba2a9bf073e570e.
Diffstat (limited to 'mediagoblin/tests/test_sql_migrations.py')
-rw-r--r-- | mediagoblin/tests/test_sql_migrations.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mediagoblin/tests/test_sql_migrations.py b/mediagoblin/tests/test_sql_migrations.py index ff3d384f..2fc4c043 100644 --- a/mediagoblin/tests/test_sql_migrations.py +++ b/mediagoblin/tests/test_sql_migrations.py @@ -28,9 +28,6 @@ from migrate import changeset from mediagoblin.db.base import GMGTableBase from mediagoblin.db.migration_tools import MigrationManager, RegisterMigration from mediagoblin.tools.common import CollectingPrinter -from mediagoblin.tools.testing import _activate_testing - -_activate_testing() # This one will get filled with local migrations |