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 jambonrose
Recipients dstufft, eric.araujo, jambonrose
Date 2017-08-01.21:25:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501622745.32.0.826353673871.issue31073@psf.upfronthosting.co.za>
In-reply-to
Content
Judging from Éric's reaction on Github, I suspect there may be some reticence to changing this code.

I've sub-classed the check command in the project I'm working on to demonstrate what I would like the new behavior to be.

https://github.com/jambonsw/django-improved-user/blob/4b699814f68cefe6cf7a63f43f619ee21376cb01/setup.py#L34

If that looks interesting and people are open to changes along those lines, I'm happy to discuss, take feedback, and open a PR. Alternatively, I'm happy to see about overriding the check command in pypa/setuptools instead of modifying distutils. If neither of these are of interest, feel free to close this issue.
History
Date User Action Args
2017-08-01 21:25:45jambonrosesetrecipients: + jambonrose, eric.araujo, dstufft
2017-08-01 21:25:45jambonrosesetmessageid: <1501622745.32.0.826353673871.issue31073@psf.upfronthosting.co.za>
2017-08-01 21:25:45jambonroselinkissue31073 messages
2017-08-01 21:25:45jambonrosecreate