]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
filter formatargspec deprecation warning
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Jul 2019 18:10:12 +0000 (14:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Jul 2019 18:10:12 +0000 (14:10 -0400)
commitbd237bc3a95148c60a48079359673419e30e6dde
tree9ba799906f5a326eb5797b8b09ce67ec5d392812
parent4d58c434982a00598209306fbe6d1e7f20abc689
filter formatargspec deprecation warning

in order to allow the 1.1 branch to include its test suite
under Python 3, filter out the formatargspec warning

Change-Id: I20aeddb6bb88817f7d2b1d50543df2aa4d43a8cc
lib/sqlalchemy/testing/warnings.py