spyoungtech / behave-webdriver

Selenium webdriver step library for use with the behave BDD testing framework
MIT License
62 stars 21 forks source link

PyPI Deploy failing due to description content type. #77

Closed spyoungtech closed 5 years ago

spyoungtech commented 5 years ago

This error is strange since the README and setup.py have not changed (AFAIK) since last release.

Error as seen on travis

Uploading behave_webdriver-0.3.0-py2.py3-none-any.whl
100%|██████████████████████████████████████| 43.3k/43.3k [00:00<00:00, 70.2kB/s]
NOTE: Try --verbose to see response content.
HTTPError: 400 Client Error: The description failed to render in the default format of reStructuredText. See https://pypi.org/help/#description-content-type for more information. for url: https://upload.pypi.org/legacy/
spyoungtech commented 5 years ago

twine check reveals an error on line 220 for the guess lexer.

Weird that it didn't happen on previous release.... Removing guess allows twine check to pass

spyoungtech commented 5 years ago

Resolved with f5df7c1 and 0.3.0 is live on PyPI