summaryrefslogtreecommitdiff
path: root/tests/test_MySQLdb_nonstandard.py
diff options
context:
space:
mode:
authorfarcepest <farcepest@gmail.com>2012-10-17 18:30:19 -0400
committerfarcepest <farcepest@gmail.com>2012-10-17 18:30:19 -0400
commit369810dff7d2e9d7371776f9dc58cedf5b794567 (patch)
treece854a998ea449cef7acb900d83d3c0f6935b892 /tests/test_MySQLdb_nonstandard.py
parentc9b282f8b5f7595e7dc3c92b8964a423ba0fabdb (diff)
downloadmysqldb1-369810dff7d2e9d7371776f9dc58cedf5b794567.tar.gz
PyPy fixes, and probably some reference issues for CPython too.
Derived from a patch at https://bitbucket.org/pypy/compatibility/wiki/edit/mysql-python
Diffstat (limited to 'tests/test_MySQLdb_nonstandard.py')
-rw-r--r--tests/test_MySQLdb_nonstandard.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_MySQLdb_nonstandard.py b/tests/test_MySQLdb_nonstandard.py
index 92fcbdc..a5c0e84 100644
--- a/tests/test_MySQLdb_nonstandard.py
+++ b/tests/test_MySQLdb_nonstandard.py
@@ -4,7 +4,8 @@ import _mysql
import MySQLdb
from MySQLdb.constants import FIELD_TYPE
from configdb import connection_factory
-
+import warnings
+warnings.simplefilter("ignore")
class TestDBAPISet(unittest.TestCase):
def test_set_equality(self):