From db8f5c3fd1af581d40444a7b710f854ffb0d5b3a Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 5 Dec 2013 07:53:38 +0100 Subject: [PATCH] normalize white space --- Lib/test/ssltests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/ssltests.py b/Lib/test/ssltests.py index 32fe119b2a..9b0ed22b95 100755 --- a/Lib/test/ssltests.py +++ b/Lib/test/ssltests.py @@ -5,7 +5,7 @@ import sys import subprocess TESTS = ['test_asyncio', 'test_ftplib', 'test_hashlib', 'test_httplib', - 'test_imaplib', 'test_nntplib', 'test_poplib', 'test_smtplib', + 'test_imaplib', 'test_nntplib', 'test_poplib', 'test_smtplib', 'test_smtpnet', 'test_urllib2_localnet', 'test_venv'] def run_regrtests(*extra_args): -- 2.40.0