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 dundeemt
Recipients dstufft, dundeemt, eric.araujo
Date 2014-05-01.20:07:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398974831.77.0.0130360706808.issue21409@psf.upfronthosting.co.za>
In-reply-to
Content
python setup.py check 
python setup.py check --restructuredtext

both incorrectly "warn" and don't "Fail" for things that will cause a failure when uploading to pypi.  This is wrong.

Additionally, they should return a non 0 exit code so they can be used as part of an CI such as drone.io / travis so the build will show as failing.  Currently they do not, and if there are errors that will cause a pypi failure (like an unreadable long description) bad things happen.
History
Date User Action Args
2014-05-01 20:07:11dundeemtsetrecipients: + dundeemt, eric.araujo, dstufft
2014-05-01 20:07:11dundeemtsetmessageid: <1398974831.77.0.0130360706808.issue21409@psf.upfronthosting.co.za>
2014-05-01 20:07:11dundeemtlinkissue21409 messages
2014-05-01 20:07:11dundeemtcreate