We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0f499 commit cc39e21Copy full SHA for cc39e21
lib/matplotlib/tests/test_getattr.py
@@ -18,6 +18,7 @@
18
19
@pytest.mark.parametrize('module_name', module_names)
20
@pytest.mark.filterwarnings('ignore::DeprecationWarning')
21
+@pytest.mark.filterwarnings('ignore::ImportWarning')
22
def test_getattr(module_name):
23
"""
24
Test that __getattr__ methods raise AttributeError for unknown keys.
0 commit comments