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.

classification
Title: _move_file is broken because of a bad mock
Type: Stage: resolved
Components: Distutils2 Versions: Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: tarek Nosy List: alexis, christian.heimes, eric.araujo, python-dev, tarek
Priority: normal Keywords:

Created on 2012-03-12 21:33 by tarek, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg155483 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2012-03-12 21:33
the mocked list_installed_files() returns a list of files instead of a list of (path, md5, path)
msg155487 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-03-12 21:46
New changeset c0a9ba08ebe3 by Tarek Ziade in branch 'default':
fixed a test mock issue (#14268)
http://hg.python.org/distutils2/rev/c0a9ba08ebe3
msg192577 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-07-07 18:31
I assume the commit has fixed the problem, hasn't it?
msg192650 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2013-07-08 13:28
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.
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58476
2013-07-08 13:28:04eric.araujosetmessages: + msg192650
2013-07-07 18:31:16christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg192577

resolution: fixed
stage: resolved
2012-03-12 21:46:03python-devsetnosy: + python-dev
messages: + msg155487
2012-03-12 21:33:34tarekcreate