]> git.ipfire.org Git - ipfire-3.x.git/blob - python/patches/00191-disable-NOOP.patch
git: Update to 2.23.0
[ipfire-3.x.git] / python / patches / 00191-disable-NOOP.patch
1 diff --git a/Lib/test/test_smtplib.py b/Lib/test/test_smtplib.py
2 index 1bb6690..28ed25d 100644
3 --- a/Lib/test/test_smtplib.py
4 +++ b/Lib/test/test_smtplib.py
5 @@ -182,6 +182,7 @@ class DebuggingServerTests(unittest.TestCase):
6 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=15)
7 smtp.quit()
8
9 + @unittest._skipInRpmBuild("Does not work in network-free environment")
10 def testNOOP(self):
11 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=15)
12 expected = (250, 'Ok')