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

Skip to content

Commit 1336a24

Browse files
committed
Don't allow pyzmq 22.0.0 on AppVeyor.
This version is broken on Windows: zeromq/pyzmq#1496.
1 parent dbe3622 commit 1336a24

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)