Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove the no longer appropriate mention from ssltests.
  • Loading branch information
gpshead authored and xnox committed Sep 8, 2025
commit 3db1eb5ae6d2350f8d3bccdd19e216e1b92c1a61
2 changes: 1 addition & 1 deletion Lib/test/ssltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

TESTS = [
'test_asyncio', 'test_ensurepip.py', 'test_ftplib', 'test_hashlib',
'test_hashlib_fips', 'test_hmac', 'test_httplib', 'test_imaplib',
'test_hmac', 'test_httplib', 'test_imaplib',
'test_poplib', 'test_ssl', 'test_smtplib', 'test_smtpnet',
'test_urllib2_localnet', 'test_venv', 'test_xmlrpc'
]
Expand Down