File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ environment:
18
18
PYTHONIOENCODING : UTF-8
19
19
PYTEST_ARGS : -raR --numprocesses=auto --timeout=300 --durations=25
20
20
--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"
22
22
23
23
matrix :
24
24
# In theory we could use a single CONDA_INSTALL_LOCN because we construct
@@ -55,7 +55,7 @@ install:
55
55
- conda config --prepend channels conda-forge
56
56
57
57
# For building, use a new environment
58
- - conda create -q -n test-environment python=%PYTHON_VERSION% tk
58
+ - conda create -q -n test-environment python=%PYTHON_VERSION% tk "pip<22.0"
59
59
- activate test-environment
60
60
# pull pywin32 from conda because on py38 there is something wrong with finding
61
61
# the dlls when insalled from pip
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ commands:
85
85
command : |
86
86
python -m pip install --upgrade --user pip
87
87
python -m pip install --upgrade --user wheel
88
- python -m pip install --upgrade --user setuptools
88
+ python -m pip install --upgrade --user ' setuptools!=60.6.0'
89
89
90
90
deps-install :
91
91
parameters :
You can’t perform that action at this time.
0 commit comments