]> 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:25 +0000 (22:19 -0500)
commit74aabce5190449ba2af65c180ebe67fe444193fb
treed53a2c6b917ed8db45a3413ff84640b488e6aa76
parentd426d3bbad1d3e4a0b80e83c4423dea055609c15
fix incorrect use of testing.future()

this has been emitting a warning probably for a long
time

Change-Id: I44a6766b5e92d14ce6bbb5a90ab52648f877afc2
lib/sqlalchemy/testing/exclusions.py
test/orm/test_cascade.py
test/orm/test_query.py