Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No need to warn about markdown if it's never used, for #142 #143

Closed
wants to merge 1 commit into from
Closed

No need to warn about markdown if it's never used, for #142 #143

wants to merge 1 commit into from

Conversation

nedbat
Copy link

@nedbat nedbat commented Nov 19, 2018

Turns out it was super simple.

@di
Copy link
Member

di commented Nov 19, 2018

Thanks! But this is not necessary. Your issue has been fixed in pypa/twine#421 but hasn't been released yet.

@Julian
Copy link

Julian commented Nov 20, 2018

If it matters, I think I agree with @nedbat that even though it's fixed downstream seems unnecessary to warn twice here even if it's fixed downstream too.

@nedbat
Copy link
Author

nedbat commented Nov 20, 2018

I guess in some way it isn't necessary, but only because you know how this file is used in twine. Looked at in isolation, the file still has an annoying behavior: it has the exact same warning twice: once on import, and then again if the renderer is called. That seems unnecessary.

@nedbat
Copy link
Author

nedbat commented Nov 27, 2018

Sounds like you don't want this?

@nedbat nedbat closed this Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants