From 776bc3b3ea9b778d66a8f454a7d8606b997c3a74 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 26 Jan 2023 06:44:37 -0500 Subject: [PATCH] Fix distribution of test data This is not caught in CI, because test data is not distirbuted by default, but it is downstream. --- setupext.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setupext.py b/setupext.py index 953ec0d16405..1e27211e2415 100644 --- a/setupext.py +++ b/setupext.py @@ -495,12 +495,12 @@ def get_package_data(self): 'tests/test_*.ipynb', ], 'mpl_toolkits': [ - *_pkg_data_helper('mpl_toolkits/axes_grid1', - 'tests/baseline_images'), - *_pkg_data_helper('mpl_toolkits/axisartist' - 'tests/baseline_images'), - *_pkg_data_helper('mpl_toolkits/mplot3d' - 'tests/baseline_images'), + *_pkg_data_helper('mpl_toolkits', + 'axes_grid1/tests/baseline_images'), + *_pkg_data_helper('mpl_toolkits', + 'axisartist/tests/baseline_images'), + *_pkg_data_helper('mpl_toolkits', + 'mplot3d/tests/baseline_images'), ] } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy