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

undo click pinning #91

Closed
willkg opened this issue Oct 22, 2016 · 4 comments
Closed

undo click pinning #91

willkg opened this issue Oct 22, 2016 · 4 comments

Comments

@willkg
Copy link
Member

willkg commented Oct 22, 2016

Currently, we have click pinned to a specific version. We probably shouldn't. Probably good enough to do click>=6.

This needs some research, though. Click history is here:

http://click.pocoo.org/6/changelog/

@willkg
Copy link
Member Author

willkg commented Jan 4, 2017

Pretty sure this is fine. I'll do it in the next release.

@willkg willkg modified the milestone: v0.9 fix the parsing pipeline Jan 4, 2017
@sils
Copy link

sils commented Jan 10, 2017

🎉 and our master builds are broken because of this, we can implement a workaround but would like to see this fixed soon or we probably can't afford supporting dennis in coala :/

@sils
Copy link

sils commented Jan 10, 2017

though tbh pip could have been a little smarter and resolved the dependencies correctly...

sils added a commit to coala/coala-bears that referenced this issue Jan 10, 2017
coala builds are currently failing. This is a hotfix. We should revert
this when mozilla/dennis#91 gets resolved or
alternatively remove DennisBear.
sils added a commit to coala/coala-bears that referenced this issue Jan 10, 2017
coala builds are currently failing. This is a hotfix. We should revert
this when mozilla/dennis#91 gets resolved or
alternatively remove DennisBear.

The dennis requirement is indirect while pip picks up this one:

    Collecting Click>=6.0 (from safety~=0.5.1->coala-bears[alldeps])

This fixes it to 6.6 so everything works temporarily.
sils added a commit to coala/coala-bears that referenced this issue Jan 10, 2017
coala builds are currently failing. This is a hotfix. We should revert
this when mozilla/dennis#91 gets resolved or
alternatively remove DennisBear.

The dennis requirement is indirect while pip picks up this one:

    Collecting Click>=6.0 (from safety~=0.5.1->coala-bears[alldeps])

This fixes it to 6.6 so everything works temporarily.
@willkg
Copy link
Member Author

willkg commented Feb 14, 2017

Fixed in 033d88d.

@willkg willkg closed this as completed Feb 14, 2017
gosom pushed a commit to gosom/coala-bears that referenced this issue Jul 15, 2017
coala builds are currently failing. This is a hotfix. We should revert
this when mozilla/dennis#91 gets resolved or
alternatively remove DennisBear.

The dennis requirement is indirect while pip picks up this one:

    Collecting Click>=6.0 (from safety~=0.5.1->coala-bears[alldeps])

This fixes it to 6.6 so everything works temporarily.
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

No branches or pull requests

2 participants