]> git.decadent.org.uk Git - dak.git/blobdiff - tests/db_test.py
Suppress warnings in the most suitable files.
[dak.git] / tests / db_test.py
index d95f0cbfde4d5fda34f7837d844e9d4c526a46e3..d7f906cd34a147ad79916b283c0122be0761e34a 100644 (file)
@@ -10,11 +10,6 @@ from sqlalchemy.schema import DDL
 import pickle
 import warnings
 
-# suppress some deprecation warnings in squeeze related to sqlalchemy
-warnings.filterwarnings('ignore', \
-    "The SQLAlchemy PostgreSQL dialect has been renamed from 'postgres' to 'postgresql'.*", \
-    SADeprecationWarning)
-
 all_tables = ['architecture', 'archive', 'bin_associations', 'bin_contents',
     'binaries', 'binary_acl', 'binary_acl_map', 'build_queue', 'build_queue_files',
     'changes', 'changes_pending_binaries', 'changes_pending_files',