Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pysetup installed distribute despite dry run option being specified #59119

Closed
ncoghlan opened this issue May 25, 2012 · 3 comments
Closed

pysetup installed distribute despite dry run option being specified #59119

ncoghlan opened this issue May 25, 2012 · 3 comments
Assignees
Labels
type-bug An unexpected behavior, bug, or error

Comments

@ncoghlan
Copy link
Contributor

BPO 14914
Nosy @ncoghlan, @pitrou, @tarekziade, @merwok

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/merwok'
closed_at = <Date 2013-08-30.14:18:02.314>
created_at = <Date 2012-05-25.14:52:24.703>
labels = ['type-bug']
title = 'pysetup installed distribute despite dry run option being specified'
updated_at = <Date 2013-08-30.14:18:02.312>
user = 'https://github.com/ncoghlan'

bugs.python.org fields:

activity = <Date 2013-08-30.14:18:02.312>
actor = 'eric.araujo'
assignee = 'eric.araujo'
closed = True
closed_date = <Date 2013-08-30.14:18:02.314>
closer = 'eric.araujo'
components = ['Distutils2']
creation = <Date 2012-05-25.14:52:24.703>
creator = 'ncoghlan'
dependencies = []
files = []
hgrepos = []
issue_num = 14914
keywords = []
message_count = 3.0
messages = ['161582', '181827', '196546']
nosy_count = 6.0
nosy_names = ['ncoghlan', 'pitrou', 'tarek', 'eric.araujo', 'alexis', 'tshepang']
pr_nums = []
priority = 'critical'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue14914'
versions = ['Python 3.3']

@ncoghlan
Copy link
Contributor Author

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.

@ncoghlan ncoghlan added the type-bug An unexpected behavior, bug, or error label May 25, 2012
@pitrou
Copy link
Member

pitrou commented Feb 10, 2013

Should this remain open?

@merwok
Copy link
Member

merwok commented Aug 30, 2013

Contrary to other issues that are relevant to distlib/pip/others, this one can be closed.

@merwok merwok closed this as completed Aug 30, 2013
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants