[issue14268] _move_file is broken because of a bad mock

2013-07-08 Thread Éric Araujo
Éric Araujo added the comment: Yes, this was probably kept open for packaging forward-port, which is now moot. Note that many others distutils2 issues are kept open because they can be relevant for the distlib fork or other packaging libs. -- ___ P

[issue14268] _move_file is broken because of a bad mock

2013-07-07 Thread Christian Heimes
Christian Heimes added the comment: I assume the commit has fixed the problem, hasn't it? -- nosy: +christian.heimes resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue14268] _move_file is broken because of a bad mock

2012-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset c0a9ba08ebe3 by Tarek Ziade in branch 'default': fixed a test mock issue (#14268) http://hg.python.org/distutils2/rev/c0a9ba08ebe3 -- nosy: +python-dev ___ Python tracker

[issue14268] _move_file is broken because of a bad mock

2012-03-12 Thread Tarek Ziadé
New submission from Tarek Ziadé : the mocked list_installed_files() returns a list of files instead of a list of (path, md5, path) -- assignee: tarek components: Distutils2 messages: 155483 nosy: alexis, eric.araujo, tarek priority: normal severity: normal status: open title: _move_file