-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 copying images under parallel execution #11100
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.
Testing locally with the PEPs repo (Python 3.11 on macOS), this fixes the image copy problem from python/peps#2950.
Thanks!
Maybe worth adding some kind of regression test for this? |
Hey @AA-Turner, I've just updated the openSUSE package to
which is exactly the same as what can be seen for Sphinx CI: Can you please take a look? |
There should be nothing Python 3.8-specific about the failures; from CI is when I misconfigured the tests initially. Do you have pytest output with A |
Oh, got it. It's caused by fact that our builders don't have an access to the internet:
|
Thus I'm going to disable |
@AA-Turner I'd suggest making the test more specific and robust by doing a membership ( |
cc @hugovk @CAM-Gerlach; xref python/peps#2950
This (hopefully) fixes copying images when running Sphinx under parallel-mode.
A