8000 TST: nuke the font cache (just to be safe) · MacPython/matplotlib-wheels@67ce1bf · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 67ce1bf

Browse files
committed
TST: nuke the font cache (just to be safe)
1 parent 8447b5d commit 67ce1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function run_tests {
5151
# Get test images
5252
MPL_INSTALL_DIR=$(dirname $(python -c 'import matplotlib; print(matplotlib.__file__)'))
5353
cp -r ${MPL_SRC_DIR}/lib/matplotlib/tests/baseline_images $MPL_INSTALL_DIR/tests
54-
54+
rm $HOME/.cache/matplotlib/font*
5555
if [ -z "$IS_OSX" ]; then
5656
# Need fc-list for tests
5757
sudo apt-get install fontconfig

0 commit comments

Comments
 (0)
0