diff options
author | Federico Caselli <cfederico87@gmail.com> | 2021-10-30 22:00:25 +0200 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-11-01 15:11:25 -0400 |
commit | 36e7aebd8d6faac77570403e99f9aa7b2330fa59 (patch) | |
tree | f45950f61a4b27f128518be52157021ca4f4e8f7 /test/dialect/test_sqlite.py | |
parent | a99ea884403de1e1f762e9b1eb635d7fc6ef8e6f (diff) | |
download | sqlalchemy-36e7aebd8d6faac77570403e99f9aa7b2330fa59.tar.gz |
First round of removal of python 2
References: #4600
Change-Id: I61e35bc93fe95610ae75b31c18a3282558cd4ffe
Diffstat (limited to 'test/dialect/test_sqlite.py')
-rw-r--r-- | test/dialect/test_sqlite.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/dialect/test_sqlite.py b/test/dialect/test_sqlite.py index ed0f11907..eb68c0c6f 100644 --- a/test/dialect/test_sqlite.py +++ b/test/dialect/test_sqlite.py @@ -597,7 +597,6 @@ class DialectTest( ) ) - @testing.requires.insert_order_dicts @testing.only_on("sqlite+pysqlite") def test_isolation_level_message(self): # needs to test that all three words are present and we also @@ -714,9 +713,6 @@ class DialectTest( @testing.provide_metadata def test_description_encoding(self, connection): - # amazingly, pysqlite seems to still deliver cursor.description - # as encoded bytes in py2k - t = Table( "x", self.metadata, |