From: Mike Bayer Date: Wed, 15 Dec 2010 22:19:48 +0000 (-0500) Subject: arg, fix again X-Git-Tag: rel_0_7b1~157^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50bc970a33c05eab3b02bbba51f50f7d31810963;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git arg, fix again --- 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')