-
Notifications
You must be signed in to change notification settings - Fork 26
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
avoid deprecated pkg_resources #173
avoid deprecated pkg_resources #173
Conversation
It is related, since without this PR tests run fine locally. I get a different error:
It's not just local tests that are broken, the |
It turns out that automated tests also fail. However, the error is different:
|
Co-authored-by: Eli Chadwick <eli.chadwick@manchester.ac.uk>
Agh, |
I went for the split strategy but got unrelated errors in the CI |
The errors on the Mac instances are actually unrelated to any code change, see #176 |
OK, it looks like this is finally working. @mashehu @elichad since you're both new contributors, before I merge I need you to update the |
@simleo I added my name, and yes my affiliation is already covered for the copyright. |
.gitpod.yml
Outdated
@@ -0,0 +1,10 @@ | |||
# This configuration file was automatically generated by Gitpod. |
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.
Do we need this file? Looks like it might have been included by mistake
I think it is unrlated: but test are not running locally due to:
(I can import the module if I start python manually)