-
Notifications
You must be signed in to change notification settings - Fork 794
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
maint: deprecation warning for traitlets #3234
Comments
Huh, I'm not sure what's triggering that. From the traitlets code, it looks like the deprecation warning is raised when calling the But we're not doing this directly. I'll try to step through with a debugger to see where this is happening. |
@jonmmease did you ever find out what's triggering these warnings? I'm seeing them in one of my projects too and we're also not using |
No, I don't think I followed through on digging into it |
I'm pretty sure I added filters to the tests that produce this (to ignore) but had no idea this issue existed If this is the same thing, I couldn't find the source either. I'll have a look tomorrow and report back |
Hopefully these help:
If you can find where the See warnings.warn for more info on UpdateSo far it seems to be triggered by any attribute access of an Changing
mro leads to
|
@mattijn you could consider this fixed, if all you wanted was to avoid the warning in GitHub Actions/ Unless what I suggested in #3234 (comment) is able to identify the trigger, we're a bit stuck due to how the warning was written in UpdateThis PR uses the exact fix I came up with, but is failing the Update 2Linking this PR, as it is likely the other PR won't be merged before that |
In the Github Actions is appearing the following warning message:
We use traitlets within the
altair.JupyterChart()
class, I did a quick scan of jupyter_chart.py in comparison with traitlets migration docs for 4.1, but I cannot see something that require changing. Not sure where this warning is coming from. You have any idea @jonmmease?The text was updated successfully, but these errors were encountered: