-
-
Notifications
You must be signed in to change notification settings - Fork 7.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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
06e99aa
to
ae56447
Compare
a1ab49b
to
c129091
Compare
Restarted 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.com
wrote:
… 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.) |
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