Skip to content

Checking markdown READMEs exits with error, breaking pypi uploads #107

@jstaf

Description

@jstaf

It looks like readme_renderer is improperly exiting with an error when reading markdown-formatted readme files (instead of exiting cleanly with exit code 0). This breaks all uploads to test.pypi.org and pypi.org that use markdown-formatted readmes.

$ python setup.py check -s -r
running check
warning: Check: Not checking long description content type 'text/markdown', this command only checks 'text/x-rst'.

error: Please correct your package.
$ echo $?
1

See pypi/warehouse#4079 for more info.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions