]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix incorrect use of testing.future()
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2023 01:19:10 +0000 (20:19 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2023 03:19:34 +0000 (22:19 -0500)
commit3fe348e3ca33fcb38f2942e6acdaa2222fdcdb83
tree8426a7a2048afed1aca53c42c99f2b0904407dbf
parent352dad47349cbf55db1de107a8f7a7f5f3fbefd6
fix incorrect use of testing.future()

this has been emitting a warning probably for a long
time

Change-Id: I44a6766b5e92d14ce6bbb5a90ab52648f877afc2
(cherry picked from commit 74aabce5190449ba2af65c180ebe67fe444193fb)
lib/sqlalchemy/testing/exclusions.py
test/orm/test_cascade.py
test/orm/test_query.py