Skip to content

bpo-30188: Catch EOFError in NetworkedNNTPTests#1322

Closed
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:nntplib
Closed

bpo-30188: Catch EOFError in NetworkedNNTPTests#1322
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:nntplib

Conversation

@vstinner
Copy link
Member

test_nntplib fails randomly with EOFError in
NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that
case.

test_nntplib fails randomly with EOFError in
NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that
case.
@mention-bot
Copy link

@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @vadmium, @serhiy-storchaka and @birkenfeld to be potential reviewers.

@vstinner
Copy link
Member Author

Hum, the CI currently randomly fails on two bugs: bpo-30175 (imaplib) and bpo-30188 (nntplib), so I included this nntplib fix into the imaplib fix => PR #1320.

@vstinner
Copy link
Member Author

PR #1320 was merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants