-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[MNT]: Failing CI on OSX #23094
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
Labels
Comments
timhoffm
added a commit
to timhoffm/matplotlib
that referenced
this issue
May 22, 2022
Stopgap solution for matplotlib#23094
timhoffm
added a commit
to timhoffm/matplotlib
that referenced
this issue
May 22, 2022
Stopgap solution for matplotlib#23094
jklymak
pushed a commit
that referenced
this issue
May 24, 2022
* Try to unbreak CI by xfailing OSX Tk tests Stopgap solution for #23094 * Update lib/matplotlib/tests/test_backend_tk.py * Update lib/matplotlib/tests/test_backend_tk.py Co-authored-by: Oscar Gustafsson <[email protected]>
See upstream issue actions/setup-python#402 |
tacaswell
pushed a commit
to tacaswell/matplotlib
that referenced
this issue
Jun 2, 2022
Try to unbreak CI by xfailing OSX Tk tests (matplotlib#23095) * Try to unbreak CI by xfailing OSX Tk tests Stopgap solution for matplotlib#23094 * Update lib/matplotlib/tests/test_backend_tk.py * Update lib/matplotlib/tests/test_backend_tk.py Co-authored-by: Oscar Gustafsson <[email protected]> (cherry picked from commit d6ee414)
andrew-fennell
pushed a commit
to andrew-fennell/matplotlib
that referenced
this issue
Jun 14, 2022
* Try to unbreak CI by xfailing OSX Tk tests Stopgap solution for matplotlib#23094 * Update lib/matplotlib/tests/test_backend_tk.py * Update lib/matplotlib/tests/test_backend_tk.py Co-authored-by: Oscar Gustafsson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Our current OSX pipelines fail: I've collected the information from one of the runs
The stripped down version is:
Observations:
@_isolated_tk_test()
. We have a couple more uses of the decorator, which also have@pytest.mark.backend('TkAgg', skip_on_importerror=True)
and thus don't fail.Proposed fix
No response
The text was updated successfully, but these errors were encountered: