File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1818
1919before_install :
2020 # (a) linux dependencies
21- - sudo apt-get install pandoc # only for python 2 build see below
2221 - sudo apt-get install ant
2322 - sudo apt-get install ant-optional # for junitreports
2423
2524install :
2625 - pip list
27- - pip install setuptools_scm # apparently python 2 does not support that it is installed simultaneously with pytest-cases
28- - pip install six pypandoc # again just for python 2 build because it uses an old pytest-cases that needs it
26+ - pip install setuptools_scm # the old pytest-cases and makefun that we use are not universal wheels, this is required by their setup.py
2927 - pip install pytest_cases==1.10.1 # again just for python 2 !
3028 - python ci_tools/py_install.py pip ci_tools/requirements-pip.txt
3129 # this does not work anymore on python 2 so lets only do it when needed
You can’t perform that action at this time.
0 commit comments