Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-30188: Catch EOFError in NetworkedNNTPTests #1322

Closed
wants to merge 1 commit into from
Closed

bpo-30188: Catch EOFError in NetworkedNNTPTests #1322

wants to merge 1 commit into from

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