From: Mike Bayer Date: Wed, 5 Jan 2011 23:49:16 +0000 (-0500) Subject: - adjust this test for py3k X-Git-Tag: rel_0_6_6~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66162784561df96577eff77385fce83999a7fe2d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - adjust this test for py3k --- diff --git a/test/sql/test_types.py b/test/sql/test_types.py index 0022d41d81..606f03c59c 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')