We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3155d7e commit 0a48bb6Copy full SHA for 0a48bb6
1 file changed
lib/matplotlib/tests/test_widgets.py
@@ -139,8 +139,7 @@ def test_deprecation_selector_visible_attribute(ax):
139
140
with pytest.warns(mpl.MatplotlibDeprecationWarning,
141
match="was deprecated in Matplotlib 3.8"):
142
- tool.visible = False
143
- assert not tool.get_visible()
+ tool.visible
144
145
146
@pytest.mark.parametrize('drag_from_anywhere, new_center',
0 commit comments