Skip to content

Commit

Permalink
Ignore tight layout warning from matplotlib pre-release (#6976)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv authored Jun 1, 2023
1 parent 05c896c commit eb8e1f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skimage/io/tests/test_mpl_imshow.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def setup():
# Maptlotlib 2.2.3 seems to use np.asscalar which issues a warning
# with numpy 1.16
# Matplotlib 2.2.3 is the last supported version for python 2.7
r"np.asscalar|\A\Z"
r"np.asscalar|\A\Z",
r"The figure layout has changed to tight|\A\Z"
]


Expand Down

0 comments on commit eb8e1f9

Please sign in to comment.