10000 Merge pull request #479 from methane/fix/478 · PyMySQL/PyMySQL@a03d740 · GitHub
[go: up one dir, main page]

Skip to content

Commit a03d740

Browse files
authored
Merge pull request #479 from methane/fix/478
fix #478
2 parents f2e79cd + 23367cf commit a03d740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysql/tests/test_issues.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def test_issue_363(self):
457457

458458
# select WKT
459459
query = "SELECT AsText(geom) FROM issue363"
460-
if sys.version_info[0:2] >= (3,2) and self.mysql_server_is(conn, (5, 7, 0)):
460+
if self.mysql_server_is(conn, (5, 7, 0)):
461461
with self.assertWarns(pymysql.err.Warning) as cm:
462462
cur.execute(query)
463463
else:

0 commit comments

Comments
 (0)
0