Issue 14914: pysetup installed distribute despite dry run option being specified (original) (raw)

Issue14914

Created on 2012-05-25 14:52 by ncoghlan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg161582 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2012-05-25 14:52
After approving the pyvenv PEP, I decided to play around with the other big packaging enhancement in 3.3: pysetup. The following command installed distribute: pysetup3.3 -n install distribute The "-n" *should* have caused that to be a dry run, but it actually installed the module.
msg181827 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2013-02-10 18:16
Should this remain open?
msg196546 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2013-08-30 14:18
Contrary to other issues that are relevant to distlib/pip/others, this one can be closed.
History
Date User Action Args
2022-04-11 14:57:30 admin set github: 59119
2013-08-30 14🔞02 eric.araujo set status: open -> closedresolution: out of datemessages: + stage: test needed -> resolved
2013-02-10 18:16:31 pitrou set nosy: + pitroumessages: +
2012-05-25 16:24:23 tshepang set nosy: + tshepang
2012-05-25 14:52:24 ncoghlan create