]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add missing requires in the tests for older postgresql version
authorDenis Laxalde <denis@laxalde.org>
Wed, 21 May 2025 07:23:12 +0000 (03:23 -0400)
committersqla-tester <sqla-tester@sqlalchemy.org>
Wed, 21 May 2025 07:23:12 +0000 (03:23 -0400)
commit6154aa1b50391aa2a0e69303d8a3b5c2a17dc67a
tree073af4bc7bf9ba59316e84ac3b5406cb64187ec5
parent15f551f250ba689fb12fb3d01275d452d4b815fc
Add missing requires in the tests for older postgresql version

Follow up commit 39bb17442ce6ac9a3dde5e2b72376b77ffce5e28.

Closes: #12612
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12612
Pull-request-sha: 894276ff232ba328cc235ecf04e84067db204c3d

Change-Id: Ib8d47f11e34d6bb40d9a88d5f411c2d5fee70823
test/dialect/postgresql/test_query.py
test/dialect/postgresql/test_reflection.py
test/dialect/postgresql/test_types.py