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

[2.7] bpo-24746: Fix doctest failures when running the testsuite with -R #11512

Merged
merged 1 commit into from Jan 10, 2019

Conversation

orsenthil
Copy link
Member

@orsenthil orsenthil commented Jan 10, 2019

[bpo-24746](https://bugs.python.org/issue24746): Fix doctest failures when running the testsuite with -R 

Cherry-pick: bpo-24746: c5dc60e to 2.7 branch

https://bugs.python.org/issue24746

$ ./python -m test test_doctest test_doctest
Run tests sequentially
0:00:00 load avg: 0.55 [1/2] test_doctest
0:00:00 load avg: 0.55 [2/2] test_doctest

== Tests result: SUCCESS ==

All 2 tests OK.

Total duration: 327 ms
Tests result: SUCCESS


@vstinner
Copy link
Member

vstinner commented Jan 10, 2019

If "./python -m test test_doctest test_doctest" pass, you can merge the backport ;-)

@orsenthil orsenthil merged commit 0167c08 into python:2.7 Jan 10, 2019
@bedevere-bot
Copy link

bedevere-bot commented Jan 10, 2019

@orsenthil: Please replace # with GH- in the commit message next time. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants