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

Commit 5f40ecf

Browse filesBrowse files
authored
Merge pull request #27960 from QuLogic/update-appveyor
Update AppVeyor config
2 parents ec0653d + b85658a commit 5f40ecf
Copy full SHA for 5f40ecf

File tree

2 files changed

+5
-7
lines changed
Filter options

2 files changed

+5
-7
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+4-6Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ environment:
2929
--cov-report= --cov=lib --log-level=DEBUG
3030

3131
matrix:
32-
- PYTHON_VERSION: "3.9"
32+
- PYTHON_VERSION: "3.11"
3333
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"
3835

3936
# We always use a 64-bit machine, but can build x86 distributions
4037
# with the PYTHON_ARCH variable
@@ -77,7 +74,8 @@ test_script:
7774
- '"%DUMPBIN%" /DEPENDENTS lib\matplotlib\ft2font*.pyd | findstr freetype.*.dll && exit /b 1 || exit /b 0'
7875

7976
# 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.
8179
# missing packages on conda-forge for imagemagick
8280
# This install sometimes failed randomly :-(
8381
# - choco install imagemagick

‎lib/matplotlib/tests/test_tightlayout.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_tightlayout.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_tight_layout7():
130130
plt.tight_layout()
131131

132132

133-
@image_comparison(['tight_layout8'])
133+
@image_comparison(['tight_layout8'], tol=0.005)
134134
def test_tight_layout8():
135135
"""Test automatic use of tight_layout."""
136136
fig = plt.figure()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.