Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit97f08ea

Browse files
committed
Unbreak CI by xfailing wxAgg test on macOS
1 parent382be60 commit97f08ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎lib/matplotlib/tests/test_backends_interactive.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ def _get_testable_interactive_backends():
4040
backend,
4141
marks=pytest.mark.skip(
4242
reason=f"Skipping{backend} because{reason}"))
43+
elifbackend=='wxagg'andsys.platform=='darwin':
44+
# ignore on OSX because that's currently broken (github #16849)
45+
backends=pytest.param(
46+
backend,
47+
marks=pytest.mark.xfail(reason='github #16849'))
4348
backends.append(backend)
4449
returnbackends
4550

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp