]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 24 Jun 2021 23:20:40 +0000 (00:20 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 23:20:40 +0000 (00:20 +0100)
commit22e7effad571f8e524d2f71ff55bbf2a25306753
treece51b9a9501bc006e8f11086924b61ddb31a6af4
parent8488b85c6397fe58f17fc00e047044c959ac0b04
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905)
Lib/test/test_asynchat.py
Lib/test/test_asyncore.py
Lib/test/test_ftplib.py
Lib/test/test_logging.py
Lib/test/test_os.py
Lib/test/test_poplib.py
Lib/test/test_smtpd.py
Lib/test/test_smtplib.py
Lib/test/test_ssl.py