Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Backport #13205 on branch v3.0.x (Add xvfb service to travis)#13216
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
06e99aa
toae56447
Comparea1ab49b
toc129091
CompareRestarted 3.5 which was the only one that failed and it failed on the Qt tests. I wonder if there is some roll-over going on where we are getting a mixed population of workers, some the new way works and some the oldway works? |
Yeah, the 3.5 build is getting a |
It is because we force the dist back to trusty, lets see what happens if we drop that.... |
This is to make sure we have the xvfb as a service
fui! Great! Thanks a lot for fixing that last problem. |
Hm, maybe I should not have squashed the commits. Should I revert and merge without squashing? |
No, it's good! …On Sat, Jan 19, 2019, 7:30 PM Tim Hoffmann ***@***.*** wrote: Hm, maybe I should not have squashed the commits. Should I revert and merge without squashing? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#13216 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AALR3uTlBGk9gxbqGJ3dAX87GXTf2geYks5vEte_gaJpZM4aHOSy> . |
Thanks!On Sat, Jan 19, 2019, 7:36 PM Nelle Varoquaux <nelle.varoquaux@gmail.comwrote: … No, it's good! On Sat, Jan 19, 2019, 7:30 PM Tim Hoffmann ***@***.*** wrote:> Hm, maybe I should not have squashed the commits. Should I revert and> merge without squashing?>> —> You are receiving this because you authored the thread.> Reply to this email directly, view it on GitHub> <#13216 (comment)>,> or mute the thread> <https://github.com/notifications/unsubscribe-auth/AALR3uTlBGk9gxbqGJ3dAX87GXTf2geYks5vEte_gaJpZM4aHOSy>> .> |
Most of our backports are squashed anyway (all automated ones are.) |
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
Attempt to fix some of our Travis failures on v3.0.x. Supersedes#13206
MarkInfo objects were removed in pytest 4.0. The other solution would be to backport the PR that fixes this from our master branch.
PR Checklist