Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
TST: wxcairo sometimes raises OSError on missing cairo libraries#28100
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
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.
Test failures on appveyor are sphinx 7.3 related (Looks like#28094 was not quite enough, but that is unrelated to this change)
We use pip to install the dev requirements which installs the full docs requirements on the other CI so that fix accidentally went in (which does raise the question of why we were not seeing test failures and only docs failures before#28094 was merged). |
…n missing cairo libraries
…100-on-v3.9.xBackport PR#28100 on branch v3.9.x (TST: wxcairo sometimes raises OSError on missing cairo libraries)
This should un-break CI.