-
Notifications
You must be signed in to change notification settings - Fork 192
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
Fix/issue 4850 #4851
Fix/issue 4850 #4851
Conversation
Utility function to analyze the package dependencies.
To avoid conflict for nest-asyncio required by both plumpy (dependency) and jupyter-client (sub-dependency).
To avoid conflict for coverage required by us with constrain <5 and pytest-cov.
Cool, thanks for the fix @csadorf ! So were One question though before aproving: the extra function you are adding, you used it to look for the problematic dependency and now want to add it for future use in similar cases, or is it part of the fix in some way I'm missing? |
Yes, I believe those were the culprits.
I thought it would be useful to maintain the function for the next time we encounter such an issue. I could also move it to #4852, might be more appropriate, just let me know. |
Nah, that's fine. Also I don't know why the jenkins CI of the branch got stuck if the PR one worked, but I guess if the last one passed it should be ok. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, good to go!
@csadorf should I merge or were you still waiting for @chrisjsewell review? |
I added unpinning to #4647 |
Please go ahead and merge. 👍 |
No description provided.