summaryrefslogtreecommitdiff
path: root/tests/test_MySQLdb_capabilities.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_MySQLdb_capabilities.py')
-rw-r--r--tests/test_MySQLdb_capabilities.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_MySQLdb_capabilities.py b/tests/test_MySQLdb_capabilities.py
index 60bbfad..ebec1e6 100644
--- a/tests/test_MySQLdb_capabilities.py
+++ b/tests/test_MySQLdb_capabilities.py
@@ -4,7 +4,7 @@ import unittest
import MySQLdb
import warnings
-warnings.filterwarnings('error')
+warnings.filterwarnings('ignore')
class test_MySQLdb(capabilities.DatabaseTest):