-
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
Fix failing cron job #468
Fix failing cron job #468
Conversation
modified: envisage/ui/action/tests/test_action_manager_builder.py
@rahulporuri Do you happen to know which upstream change triggered the need for this one? |
I'm a bit puzzled by the remaining failure. I get:
But as far as I can see, this test hasn't changed recently, so I'm not sure what caused it to start failing. |
Nope, I didn't try tracking that down, I blindly started to try and fix things.
But I did change the test in this PR - envisage/envisage/ui/action/tests/test_action_manager_builder.py Lines 584 to 591 in 92d827e
envisage/envisage/ui/action/tests/test_action_manager_builder.py Lines 600 to 606 in 92d827e
|
@rahulporuri Okay, I think this is ready to merge, if the EDM builds pass. Does it look okay to you in its current form? We have what looks like a brand new issue to deal with with the PyPI build. |
Yes it does. Thanks @mdickinson ! |
Merging. The PyPI failures are due to #469, and are independent of the changes in this PR. I'll tackle those next. Thanks, @rahulporuri! |
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.
Fake LGTM, so that this can be merged.
(Real LGTM on @rahulporuri's changes, and @rahulporuri has in effect approved my subsequent changes.)
No description provided.