Skip to content

Commit a9ff466

Browse files
authored
Merge pull request #19305 from QuLogic/auto-backport-of-pr-19301-on-v3.3.x
Backport PR #19301 on branch v3.3.x
2 parents ef5da03 + be3be04 commit a9ff466

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ environment:
1818
PYTHONIOENCODING: UTF-8
1919
PYTEST_ARGS: -raR --numprocesses=auto --timeout=300 --durations=25
2020
--cov-report= --cov=lib --log-level=DEBUG
21+
PINNEDVERS: "pyzmq!=21.0.0"
2122

2223
matrix:
2324
# In theory we could use a single CONDA_INSTALL_LOCN because we construct

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ steps:
8181
texlive-xetex texlive-luatex
8282
;;
8383
darwin)
84-
brew cask install xquartz
84+
brew install --cask xquartz
8585
brew install pkg-config ffmpeg imagemagick mplayer ccache
8686
;;
8787
win32)

0 commit comments

Comments
 (0)