8000 Update Lib/test/test_smtpnet.py · python/cpython@2590124 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2590124

Browse files
diegorussoambv
andauthored
Update Lib/test/test_smtpnet.py
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
1 parent dd99b6d commit 2590124

File tree

1 file changed

+1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_smtpnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
support.requires("network")
1212

13-
SMTP_TEST_SERVER = os.getenv('SMTP_TEST_SERVER', 'smtp.gmail.com')
13+
SMTP_TEST_SERVER = os.getenv('CPYTHON_TEST_SMTP_SERVER', 'smtp.gmail.com')
1414

1515
def check_ssl_verifiy(host, port):
1616
context = ssl.create_default_context()

0 commit comments

Comments
 (0)
0