Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d735ca

Browse files
authored
Merge pull request #19394 from QuLogic/fix-appveyor
CI: Don't allow pyzmq 22.0.0 on AppVeyor.
2 parents dbe3622 + 1336a24 commit 0d735ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +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"
21+
PINNEDVERS: "pyzmq!=21.0.0 pyzmq!=22.0.0"
2222

2323
matrix:
2424
# In theory we could use a single CONDA_INSTALL_LOCN because we construct

0 commit comments

Comments
 (0)