]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 Jun 2021 23:38:01 +0000 (16:38 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 23:38:01 +0000 (00:38 +0100)
commit8bec9fb92f09d02c24611ebd0a90103a1a414a40
tree7fbbc8b020e80966714e9d75885255d1442d5db4
parenta80a38ee9a7b2e26dba848793cc298d8435fddd5
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905) (GH-26907)

(cherry picked from commit 22e7effad571f8e524d2f71ff55bbf2a25306753)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
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