We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34eb9d3 commit f5e81a5Copy full SHA for f5e81a5
lib/matplotlib/tests/test_axes.py
@@ -9314,7 +9314,7 @@ def test_violinplot_orientation(fig_test, fig_ref):
9314
9315
# Deprecation of `vert: bool` keyword
9316
with pytest.warns(mpl.MatplotlibDeprecationWarning,
9317
- match='vert: bool was deprecated in Matplotlib 3.10'):
+ match='vert: bool was deprecated in Matplotlib 3.11'):
9318
# Compare images between a figure that
9319
# uses vert and one that uses orientation.
9320
ax_ref = fig_ref.subplots()
0 commit comments