File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,9 +106,6 @@ script:
106106 # Travis VM to run out of memory (since so many copies of inkscape and
107107 # ghostscript are running at the same time).
108108 - echo Testing using $NPROC processes
109- # Generate the font caches in a single process before starting the
110- # multiple processes
111- - python -c "from matplotlib import font_manager"
112109 - |
113110 if [[ $BUILD_DOCS == false ]]; then
114111 export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
Original file line number Diff line number Diff line change 2121from matplotlib .testing .noseclasses import KnownFailure
2222from matplotlib import default_test_modules
2323
24- from matplotlib import font_manager
25- # Make sure the font caches are created before starting any possibly
26- # parallel tests
27- if font_manager ._fmcache is not None :
28- while not os .path .exists (font_manager ._fmcache ):
29- time .sleep (0.5 )
30-
3124plugins = [KnownFailure , attrib .Plugin ]
3225
3326# Nose doesn't automatically instantiate all of the plugins in the
You can’t perform that action at this time.
0 commit comments