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

Appearance settings

Commit f5e81a5

Browse filesBrowse files
committed
Fix violin test, change version number in match
1 parent 34eb9d3 commit f5e81a5
Copy full SHA for f5e81a5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.