Skip to content

Commit

Permalink
Mark as xfail for old matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Jun 11, 2024
1 parent 217cac6 commit f7492ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ def test_Quiver(self):

@animation_compare(baseline_images="Blocks/Surface", nframes=3)
def test_Surface(self):
if mpl._version.version_tuple < (3, 9):
pytest.xfail("Updated for MPL 3.9.0")
x = np.linspace(-2 * np.pi, 2 * np.pi, 100)
t = np.linspace(0, 2 * np.pi, 3)

Expand Down

0 comments on commit f7492ed

Please sign in to comment.