-
Notifications
You must be signed in to change notification settings - Fork 3
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
Replace nix with poetry #10
Conversation
Hmm... slightly painful CI failures on this one. 🤔 Could there be some missing dependency somewhere?
|
This one seems to have some info: python/typed_ast#159 |
Hmm.. The requirement is defined like this:
So how do we even update it for Python 3.10? 🤔 |
TL;DR: python/typed_ast (whatever the package name happens to be) should be upgraded to at least 1.4.3, to support Python 3.10. |
Hmm, that makes it more complex then yes... 🤔 Will dig a bit more. |
My guess is that it's a transitive dependency of some sort.. I think one problem is that pytest was downgraded. I'm changing that back to 7.0.1 now with Poetry. |
Where is this? 🤔 I can't seem to find any references to this in this repo, apart from in
|
Better, that seems to have been the problem 👍 |
Tested that building a Docker image using |
Thanks to the original author @qqshfox in smarkets#291. Will keep it in our fork until it has hopefully been merged upstream.