Fix CI - #516
Conversation
|
@martinRenou is this related? #497 |
|
I'm not quite sure it's related to That you can see on those builds: https://travis-ci.org/ipython/traitlets/jobs/513025651 |
|
Hmm, this looks like |
|
Yeah, there is also this warning: |
|
I wonder whether this would be fixed if you set |
this was accidentially published before, we can't un-publish it now since that's a breakage but publish with a deprecation warning
|
This now gets the tests passing, except for what are actual failing traittypes tests due to a breaking change in traitlets, in our handling of Undefined. This is open on traittypes as jupyter-widgets/traittypes#33 since it seems like what they are doing doesn't make a lot of sense, and I'm a little surprised it works in stable traitlets. |
|
Thanks for the PR! |
|
Sure! I also noticed the tests are using deprecated stuff: |
|
Yeah, the tests verify that deprecated APIs still work, we shouldn't stop testing them. We could suppress the warnings, though. |
No description provided.