Re: How to handle a testing only python package dependency

2019-08-16 Thread Miklos Vajna
Hi Markus, On Thu, Aug 15, 2019 at 03:24:19AM +0800, Markus Mohrhard wrote: > What is our policy about python packages that are actually not needed for > an installed LibreOffice? I think most build-time dependencies are simply mandated by configure, and then either provided manually or via lod

How to handle a testing only python package dependency

2019-08-14 Thread Markus Mohrhard
G'day fellow hackers, to finally merge the work of one of my GSoC students we are trying to figure out how to handle a new test framework only python package dependency. Note that the package is a purely optional dependency and not required to run our normal test cases. The dependency in question