File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ commands:
1616 command : |
1717 rm -rf venv
1818 export PATH=/home/circleci/.local/bin:$PATH
19- pip install -U pip setuptools virtualenv wheel
19+ pip install -U ' pip<21.0.0' ' setuptools<58' virtualenv wheel
2020 virtualenv --python=python2.7 --always-copy venv
2121 . venv/bin/activate
2222 pip install 'wheel>=0.29.0'
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ nose>=1.0
1818PyMySQL[rsa]>=0.9.1
1919pyOpenSSL>=16.1.0;python_version<="2.7"
2020psycopg2>=2.7.1
21- pika>=1.0.0
21+
22+ # Pika 1.3.0 already depends on 'setuptools>=61.2' which is doesn't support python 2.7
23+ pika>=1.0.0,<1.3.0
2224
2325# protobuf is pulled in and also `basictracer`, a core instana dependency
2426# and also by google-cloud-storage
You can’t perform that action at this time.
0 commit comments