Skip to content

Commit

Permalink
Deal with a PytestUnraisableExceptionWarning in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 4, 2021
1 parent 4a8ccc7 commit fc8fd92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_senders/test_smtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ def test_smtp_fix_send_ssl_no_auth(smtpd: SMTPDFix, test_email1: EmailMessage) -
assert email2dict(test_email1) == msgdict


@pytest.mark.skip(reason="Produces PytestUnraisableExceptionWarning on pytest 6.2.3+")
@pytest.mark.xfail(
raises=smtplib.SMTPNotSupportedError,
reason="https://github.com/bebleo/smtpdfix/issues/10",
Expand Down

0 comments on commit fc8fd92

Please sign in to comment.