Skip to content

Commit

Permalink
Disallow pip 22.0 on AppVeyor
Browse files Browse the repository at this point in the history
I think we're hitting pypa/pip#10848
  • Loading branch information
QuLogic committed Feb 1, 2022
1 parent f6db6cd commit 2241587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment:
PYTHONIOENCODING: UTF-8
PYTEST_ARGS: -raR --numprocesses=auto --timeout=300 --durations=25
--cov-report= --cov=lib --log-level=DEBUG
PINNEDVERS: "pyzmq!=21.0.0 pyzmq!=22.0.0"
PINNEDVERS: "pip<22.0 pyzmq!=21.0.0 pyzmq!=22.0.0"

matrix:
# In theory we could use a single CONDA_INSTALL_LOCN because we construct
Expand Down

0 comments on commit 2241587

Please sign in to comment.