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

Commit199c31f

Browse files
authored
Merge pull request#28100 from tacaswell/ci/fix_osx_tests
TST: wxcairo sometimes raises OSError on missing cairo libraries
2 parentsd419cb4 +8b38c22 commit199c31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_getattr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_getattr(module_name):
2626
"""
2727
try:
2828
module=import_module(module_name)
29-
except (ImportError,RuntimeError)ase:
29+
except (ImportError,RuntimeError,OSError)ase:
3030
# Skip modules that cannot be imported due to missing dependencies
3131
pytest.skip(f'Cannot import{module_name} due to{e}')
3232

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp