]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix ORM gc-related test that seems to be failing on CI
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Sep 2020 13:50:25 +0000 (09:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Sep 2020 14:26:21 +0000 (10:26 -0400)
commitde8e53a831fdd834eb9cca697b5793a7c38b22a7
tree6fe86fd1cc511a2f08ab8c78d53c6a68ccfdc00e
parentf4dbfc51d6f885ba7d48c0f75a4dd3513f0c638d
Fix ORM gc-related test that seems to be failing on CI

The test relied on the primary key value not being
of a certain number.

Change-Id: I9bd76bee542da44b630a426f1102fc682ad2d7b3
test/orm/test_hasparent.py