Skip to content

Commit 4f6de6c

Browse files
committedFeb 1, 2022
Fix pyzmq constraint on AppVeyor
1 parent 704e489 commit 4f6de6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.appveyor.yml

+1-1
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 pyzmq!=22.0.0"
21+
PINNEDVERS: "pyzmq!=21.0.0,!=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)
Please sign in to comment.