Steve Dower added the comment:
Distutils is now deprecated (see PEP 632) and all tagged issues are being
closed. From now until removal, only release blocking issues will be considered
for distutils.
If this issue does not relate to distutils, please remove the component and
reopen it. If y
Jeff Hinrichs added the comment:
example:
(dhp)jlh@jlh-d520:~/Projects/dhp/src$ python setup.py check
running check
(dhp)jlh@jlh-d520:~/Projects/dhp/src$ python setup.py check --restructuredtext
running check
warning: check: Title underline too short. (line 2)
warning: check: Could not finish t
New submission from Jeff Hinrichs:
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 par