$OpenBSD: patch-setup_cfg_template,v 1.2 2021/02/22 22:46:09 daniel Exp $

Index: setup.cfg.template
--- setup.cfg.template.orig
+++ setup.cfg.template
@@ -8,7 +8,7 @@
 # set this to True.  It will download and build a specific version of
 # FreeType, and then use that to build the ft2font extension.  This
 # ensures that test images are exactly reproducible.
-#local_freetype = False
+local_freetype = False
 
 [status]
 # To suppress display of the dependencies and their versions
@@ -20,8 +20,8 @@
 # optional. All except tests are installed by default, but that can
 # be changed here.
 #
-#tests = False
-#sample_data = True
+tests = True
+sample_data = True
 
 [gui_support]
 # Matplotlib supports multiple GUI toolkits, including
