This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, lukasz.langa, mdk, methane, vstinner
Date 2019-04-11.08:19:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554970756.8.0.388766404616.issue36597@roundup.psfhosted.org>
In-reply-to
Content
> You did not show travis build link which failed other than "obj dead or exiting" error.

Really? When I click on https://travis-ci.org/python/cpython/jobs/518572326 (the second link of my first message), I still see:

"""
Warning, treated as error:
**********************************************************************
File "library/unittest.mock-examples.rst", line ?, in default
Failed example:
    m.one().two().three()
Expected:
    <MagicMock name='mock.one().two().three()' id='...'>
Got:
    obj dead or exiting
    <MagicMock name='mock.one().two().three()' id='140222049958880'>
Makefile:44: recipe for target 'build' failed
make[1]: *** [build] Error 2
"""

This error comes from Travis CI.

> I suspect your environment (locale and venv used to run doctest), not your changes.

You can ignore the date failure, but how is the following error related to my environment?

"""
File "library/collections.rst", line 914, in default
Failed example:
    p._asdict()
Expected:
    {'x': 11, 'y': 22}
Got:
    OrderedDict([('x', 11), ('y', 22)])
"""

I used the same commands than .travis.yml. If we are unable to get the same environment than in Travis CI, we have a big problem.

I agree to ignore the locale, this is a lower priority issue.
History
Date User Action Args
2019-04-11 08:19:16vstinnersetrecipients: + vstinner, methane, docs@python, lukasz.langa, mdk
2019-04-11 08:19:16vstinnersetmessageid: <1554970756.8.0.388766404616.issue36597@roundup.psfhosted.org>
2019-04-11 08:19:16vstinnerlinkissue36597 messages
2019-04-11 08:19:16vstinnercreate