-
Notifications
You must be signed in to change notification settings - Fork 18
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
test_group_chain fails with python-click 6.7+git20180829-1 #19
Comments
Confirmed against pallets/click@035bbfa. Determining what changed. |
pallets/click@5d1df0e changed underscores to dashes in auto-generated CLI command names. Fixed in #20. Will push a new release in #21. |
@sebastic Thanks for catching this. I pushed a https://github.com/click-contrib/click-plugins/releases/tag/1.0.4 |
Confirmed fixed in 1.0.4, thanks! |
As reported by Adrian Bunk in Debian Bug #908684, the python-click-plugins package fails to build with python-click 6.7+git20180829-1 due to a test failure:
The python-click package was recently updated to a git snapshot which likely changed the behaviour.
The text was updated successfully, but these errors were encountered: