[Python-Dev] git history conundrum
Robert Collins
robertc at robertcollins.net
Sun Apr 28 18:03:43 EDT 2019
More information about the Python-Dev mailing list
Sun Apr 28 18:03:43 EDT 2019
- Previous message (by thread): [Python-Dev] git history conundrum
- Next message (by thread): [Python-Dev] PEP 574 ready for review
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Share your own username with Michael or I and we'll add you there. Rob On Mon, 29 Apr 2019, 09:55 Chris Withers, <chris at withers.org> wrote: > On 28/04/2019 22:21, Robert Collins wrote: > > Thank you! > > Thank me when we get there ;-) Currently in Dec 2018 with a wonderful > Py2 failure: > > ====================================================================== > ERROR: test_autospec_getattr_partial_function > (mock.tests.testhelpers.SpecSignatureTest) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "mock/tests/testhelpers.py", line 973, in > test_autospec_getattr_partial_function > autospec = create_autospec(proxy) > File "mock/mock.py", line 2392, in create_autospec > for entry in dir(spec): > TypeError: __dir__() must return a list, not str > > Once we're done, I'll need a username/password that can write to > https://pypi.org/project/mock/ ... > > > If I understand correctly this is just the hg style branch backport > > consequence, multiple copies of a change. Should be safe to skip those. > > Yep, current script I've been using is here, high level highlighted: > > https://github.com/cjw296/mock/blob/backporting/backport.py#L102-L125 > > cheers, > > Chris > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20190429/1b719799/attachment.html>
- Previous message (by thread): [Python-Dev] git history conundrum
- Next message (by thread): [Python-Dev] PEP 574 ready for review
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list