Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5e81a5

Browse files
committed
Fix violin test, change version number in match
1 parent 34eb9d3 commit f5e81a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9314,7 +9314,7 @@ def test_violinplot_orientation(fig_test, fig_ref):
93149314

93159315
# Deprecation of `vert: bool` keyword
93169316
with pytest.warns(mpl.MatplotlibDeprecationWarning,
9317-
match='vert: bool was deprecated in Matplotlib 3.10'):
9317+
match='vert: bool was deprecated in Matplotlib 3.11'):
93189318
# Compare images between a figure that
93199319
# uses vert and one that uses orientation.
93209320
ax_ref = fig_ref.subplots()

0 commit comments

Comments
 (0)