-
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
test_layout_load fails with ETS master #471
Comments
I can reproduce locally on macOS with |
From bisecting, the offending change appears to be this one in Traits: enthought/traits@d056140 |
The cause was that the two pickle files we were using in tests expected to import We might want to consider keeping the |
This PR refreshes the two layout pickle files, by simply reading and then writing them again with Traits 6.3.2. This has the effect of changing the module used for importing TraitListObject from traits.trait_handlers to traits.trait_list_object. I've also added a script that can be used to create the pickles directly if we need to do this again in the future. Should fix #471.
The
test_layout_load
andtest_layout_load
tests fail with latest ETS packages; this is causing our CI cron job to fail. Here are the tracebacks:The text was updated successfully, but these errors were encountered: