Skip to content

Commit

Permalink
Merge pull request #3558 from Unidata/dependabot-pip-ci-matplotlib-3.9.1
Browse files Browse the repository at this point in the history
CI: (deps): Bump matplotlib from 3.8.4 to 3.9.1 in /ci
  • Loading branch information
dopplershift committed Jul 13, 2024
2 parents 7cce4dd + 2459c2e commit 021123d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib==3.8.4
matplotlib==3.9.1
numpy==1.26.4
pandas==2.2.2
pooch==1.8.2
Expand Down
Binary file modified tests/plots/baseline/test_declarative_events.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion tests/plots/test_declarative.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ def test_declarative_contour_convert_units():
return pc.figure


@pytest.mark.mpl_image_compare(remove_text=True, tolerance=0.276)
@pytest.mark.mpl_image_compare(remove_text=True,
tolerance=2.731 if version_check('matplotlib<3.9') else 0.246)
@needs_cartopy
def test_declarative_events():
"""Test that resetting traitlets properly propagates."""
Expand Down

0 comments on commit 021123d

Please sign in to comment.