-
Notifications
You must be signed in to change notification settings - Fork 40
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
Python 3.8 incompatible typehints in components/harvester.py #1414
Comments
Can be solved but using |
Perhaps @jbflo can have a look when he is back :) ? |
:), I'm wondering if this however is a development that we only have on our internal GitLab. @woutdenolf, you checked out the GitLab code right. Because the GitHub test action should have caught this issue, however we are not testing against Python 3.8 on GitLab ? |
Actually just double checking and the code is pretty much identical, so this line is the same here on GitHub:
So its strange that this passes the tests, or am I overlooking something ? |
did not have python 3.8 en in place |
Yes, I found the issue. I'm not sure how this was meant to work:
As far as I can see this never uses the interpreter specified in the matrix :
I guess we could perhaps add something here:
|
@jbflo, thanks If you run |
yes, i did it as well mxcube/mxcubecore#1031 |
Oh, yes I got lost in the issue "cross-over" Thanks alot @jbflo 👍 |
@woutdenolf noticed that the there are some Python 3.8 incompatible type-hints used.
Originally reported in issue #1383
The text was updated successfully, but these errors were encountered: