-
Notifications
You must be signed in to change notification settings - Fork 24
feat: removed python2 support #266
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
Conversation
3b1db6e to
807db73
Compare
27e8781 to
c31fe30
Compare
|
Oops, I see some test failures in the integration tests in your branch, are they expected? |
Yes I see those too, thank you for checking. The failures are there because the DIRAC certification setup is somehow broken. I did not yet look into that. |
|
Why was this merged before removing the python 2 pilot tests from DIRAC? Also 264587c is broken. The commit message talks about absolute imports when it's using relative ones and relative ones don't make sense in the way the pilotwrapper works. |
Indeed, it was clearly not tested enough, yesterday I was trying to find an easy way out but failed to do it quickly. So, you did well to revert it for now. |
closes #263
closes #254