]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
unfail test_uuid_array for pg8000
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Apr 2021 22:43:47 +0000 (18:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Apr 2021 22:43:47 +0000 (18:43 -0400)
seems to pass as of pg8000 1.19.1

Change-Id: I1c496b6055fd5dfe0df63f92a4f9363938c32aed

test/dialect/postgresql/test_types.py

index d93f7cc0acb84a826cbb0f060d6bbbd287cc1ccf..811c51d19d31b68a2ecf9e79ffb70cdf6eeafffd 100644 (file)
@@ -2510,7 +2510,7 @@ class UUIDTest(fixtures.TestBase):
         id_="iaaa",
         argnames="datatype, value1, value2",
     )
-    @testing.fails_on("postgresql+pg8000", "No support for UUID with ARRAY")
+    # passes pg8000 as of 1.19.1
     def test_uuid_array(self, datatype, value1, value2, connection):
         self.test_round_trip(datatype, value1, value2, connection)