From 50bc970a33c05eab3b02bbba51f50f7d31810963 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 15 Dec 2010 17:19:48 -0500 Subject: [PATCH] arg, fix again --- test/sql/test_types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/sql/test_types.py b/test/sql/test_types.py index 6c6e99580f..a89e87427b 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -517,7 +517,6 @@ class UnicodeTest(TestBase, AssertsExecutionResults): # this is not the unicode type - no warning # Py3K #uni(b'x') - #assert_raises(exc.SAWarning, uni, b'x') #assert isinstance(uni(unicodedata), bytes) # Py2K uni('x') -- 2.47.3