File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22#
33# Check https://circleci.com/docs/2.0/language-python/ for more details
44#
5- version : 2
5+ version : 2.1
66
77common : &common
88 working_directory : ~/repo
9696 TOXENV=checkqa
9797
9898workflows :
99- version : 2
10099 test :
101100 jobs :
102101 - py38
@@ -105,7 +104,10 @@ workflows:
105104 - py37-click6
106105 - py36
107106 - py35
108- - py34
107+ - py34 :
108+ pre-steps :
109+ - run : sudo pip install -U pip==19.1.1
110+ - run : pip install --user setuptools==42.0.2 virtualenv==20.4.3
109111 - py27
110112 - checkqa
111113
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def run(self):
8181 ],
8282 install_requires = [
8383 'attrs>=16.1.0' ,
84- 'click' ,
84+ 'click<7.1 ' ,
8585 'coverage<5.0a6' ,
8686 ],
8787 extras_require = {
Original file line number Diff line number Diff line change 1515 coverage: pytest-cov
1616 coveragepy4: coverage<5
1717 coveragepy5: coverage ==5.0a5
18+ # Use blueyed/pytest, pytest itself would pull in incompatible attrs.
19+ py34: pytest @ git+https://github.com/blueyed/pytest@my-4.6-maintenance
1820
1921[testenv:checkqa]
2022extras = qa
You can’t perform that action at this time.
0 commit comments