Skip to content

Commit afbd55a

Browse files
author
adustman
committed
Bump version. Disable leak checking by default.
1 parent d0fb145 commit afbd55a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MySQLdb/metadata.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 1.2.1
3-
version_info: (1,2,1,'final',1)
2+
version: 1.2.1_p2
3+
version_info: (1,2,1,'final',2)
44
description: Python interface to MySQL
55
long_description:
66
=========================

MySQLdb/test_MySQLdb_capabilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class test_MySQLdb(test_capabilities.DatabaseTest):
1313
connect_kwargs = dict(db='test', read_default_file='~/.my.cnf',
1414
charset='utf8', sql_mode="ANSI,STRICT_TRANS_TABLES,TRADITIONAL")
1515
create_table_extra = "ENGINE=INNODB CHARACTER SET UTF8"
16-
leak_test = True
16+
leak_test = False
1717

1818
def quote_identifier(self, ident):
1919
return "`%s`" % ident

0 commit comments

Comments
 (0)