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.

Author zvyn
Recipients avi, dstufft, eric.araujo, tarek, zooko, zvyn
Date 2019-07-13.10:42:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563014555.33.0.266340177968.issue7202@roundup.psfhosted.org>
In-reply-to
Content
The help states:

> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]

so I would argue that setup.py ignoring global_opts after cmd1 is not a bug.

But I do think that the fact that "python setup.py build --dry-run" does not prevent the build from running is not ideal.

Maybe throwing an error for misplaced global options is the best solution?
History
Date User Action Args
2019-07-13 10:42:35zvynsetrecipients: + zvyn, zooko, tarek, eric.araujo, dstufft, avi
2019-07-13 10:42:35zvynsetmessageid: <1563014555.33.0.266340177968.issue7202@roundup.psfhosted.org>
2019-07-13 10:42:35zvynlinkissue7202 messages
2019-07-13 10:42:35zvyncreate