File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,9 @@ environment:
29
29
--cov-report= --cov=lib --log-level=DEBUG
30
30
31
31
matrix :
32
- - PYTHON_VERSION : " 3.9 "
32
+ - PYTHON_VERSION : " 3.11 "
33
33
CONDA_INSTALL_LOCN : " C:\\ Miniconda3-x64"
34
- TEST_ALL : " no"
35
- - PYTHON_VERSION : " 3.10"
36
- CONDA_INSTALL_LOCN : " C:\\ Miniconda3-x64"
37
- TEST_ALL : " no"
34
+ TEST_ALL : " yes"
38
35
39
36
# We always use a 64-bit machine, but can build x86 distributions
40
37
# with the PYTHON_ARCH variable
@@ -77,7 +74,8 @@ test_script:
77
74
- ' "%DUMPBIN%" /DEPENDENTS lib\matplotlib\ft2font*.pyd | findstr freetype.*.dll && exit /b 1 || exit /b 0'
78
75
79
76
# this are optional dependencies so that we don't skip so many tests...
80
- - if x%TEST_ALL% == xyes conda install -q ffmpeg inkscape miktex
77
+ - if x%TEST_ALL% == xyes conda install -q ffmpeg inkscape
78
+ # miktex is available on conda, but seems to fail with permission errors.
81
79
# missing packages on conda-forge for imagemagick
82
80
# This install sometimes failed randomly :-(
83
81
# - choco install imagemagick
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ def test_tight_layout7():
130
130
plt .tight_layout ()
131
131
132
132
133
- @image_comparison (['tight_layout8' ])
133
+ @image_comparison (['tight_layout8' ], tol = 0.005 )
134
134
def test_tight_layout8 ():
135
135
"""Test automatic use of tight_layout."""
136
136
fig = plt .figure ()
You can’t perform that action at this time.
0 commit comments