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

Commit2e92602

Browse files
authored
Merge pull request#16880 from tacaswell/auto-backport-of-pr-16870-on-v3.2.x
Backport PR#16870: Unbreak CI by xfailing wxAgg test on macOS
2 parents2231cf8 +89abdaa commit2e92602

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
@@ -35,6 +35,11 @@ def _get_testable_interactive_backends():
3535
ifreason:
3636
backend=pytest.param(
3737
backend,marks=pytest.mark.skip(reason=reason))
38+
elifbackend=='wxagg'andsys.platform=='darwin':
39+
# ignore on OSX because that's currently broken (github #16849)
40+
backend=pytest.param(
41+
backend,
42+
marks=pytest.mark.xfail(reason='github #16849'))
3843
backends.append(backend)
3944
returnbackends
4045

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp