-
Notifications
You must be signed in to change notification settings - Fork 96
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 some relative imports in tests #1985
Conversation
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 for the contribution.
There's probably many more relative imports in the codebase, but it usually isn't an issue. I'm curious what issue you were seeing, so we can avoid it in the future.
|
Ah, it's under Python 3.11 - that's why we haven't been seeing it. We haven't yet really put any effort into fixing things for Python 3.11 - I know that there are some issues with Pyface, so this is likely not the only issue you'll see on 3.11, unfortunately. |
I was getting some errors in the tests about relative imports.