]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add "full" to the getargspec warning skip
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Jun 2019 20:04:22 +0000 (16:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Jun 2019 20:04:22 +0000 (16:04 -0400)
commit4518cb0d6c39af15c958d08bdecd0d550c88de87
treedc1b7672c680966077f55a67b85e389c9764c08c
parent4bd3cf69b2a7f5b1977e7be2b8588fd5d3424d11
Add "full" to the getargspec warning skip

Even though getfullargspec() is no longer deprecated in python3.8
as of b1, we aren't using it anymore so block any future warnings
from interfering with py.test or similar.

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