Skip to content

Commit 8440d2d

Browse files
committed
Added note about which baseline images are used
1 parent c6bb5db commit 8440d2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_pytest_mpl.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
baseline_dir = 'baseline'
1414

15+
# NOTE: Matplotlib 2.1.x, 2.2.x, and 3.0.x can all use the baseline images
16+
# from 2.0.x, so we just use those rather than duplicate files.
17+
1518
if MPL_VERSION >= LooseVersion('2'):
1619
baseline_subdir = '2.0.x'
1720
elif MPL_VERSION >= LooseVersion('1.5'):

0 commit comments

Comments
 (0)