]> granicus.if.org Git - zziplib/commit
azure: install Python3 xmlreporting
authorPatrick Steinhardt <ps@pks.im>
Thu, 1 Aug 2019 07:50:22 +0000 (09:50 +0200)
committerPatrick Steinhardt <ps@pks.im>
Thu, 1 Aug 2019 08:14:04 +0000 (10:14 +0200)
commit01e9694e0cd0280c16864b92f7fe978b7aeb7cef
tree7f5866945bc06ba03e915e679920b8ce850217df
parent2c9f6a909573c4b0b0a64c27132127f12b3182b9
azure: install Python3 xmlreporting

With recent changes CMake is now favoring Python 3 instead of Python 2.
As Ubuntu has both versions of the interpreter installed, Azure has thus
started to use Python 3, but will fail due to a missing dependency on
xmlreporting when executing tests. This is caused by us installing
xmlreporting for Python 2, only.

As there is no python3-xmlreporting package available in Ubuntu, install
python3-pip instead and use it to install unittest-xml-reporting.
azure-pipelines.yml