Skip to content

Commit 6788e71

Browse files
committed
Fixed subplotspec geometry having None
1 parent 03b2c31 commit 6788e71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
# set this to True. It will download and build a specific version of
1414
# FreeType, and then use that to build the ft2font extension. This
1515
# ensures that test images are exactly reproducible.
16-
#local_freetype = False
16+
local_freetype = True
1717

1818
[status]
1919
# To suppress display of the dependencies and their versions
2020
# at the top of the build log, uncomment the following line:
21-
#suppress = True
21+
#suppress = True
2222

2323
[packages]
2424
# There are a number of subpackages of Matplotlib that are considered
2525
# optional. All except tests are installed by default, but that can
2626
# be changed here.
2727
#
28-
#tests = False
28+
tests = True
2929
#sample_data = True
3030
#toolkits = True
3131
# Tests for the toolkits are only automatically installed

0 commit comments

Comments
 (0)