Skip to content

Commit

Permalink
Don't test check_email_with_ssl_false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
my8100 committed Jul 7, 2019
1 parent 071c3b3 commit 1ea0ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
FROM_ADDR=os.environ.get('FROM_ADDR', '[email protected]'),
TO_ADDRS=[os.environ.get('TO_ADDRS', '[email protected]')],

SMTP_SERVER_='smtp.139.com', # Used in tests/test_a_factory.py/test_check_email_with_ssl_false()
SMTP_SERVER_='', # Used in tests/test_a_factory.py/test_check_email_with_ssl_false(), e.g. smtp.139.com
SMTP_PORT_=25,
SMTP_OVER_SSL_=False,
SMTP_CONNECTION_TIMEOUT_=10,
Expand Down

0 comments on commit 1ea0ab3

Please sign in to comment.