Re: [Qemu-devel] [PATCH v2 1/3] Bootstrap Python venv for tests

2018-10-09 Thread Cleber Rosa
On 10/9/18 12:13 PM, Philippe Mathieu-Daudé wrote: > On 09/10/2018 18:00, Cleber Rosa wrote: >> >> >> On 10/9/18 9:25 AM, Philippe Mathieu-Daudé wrote: >>> Hi Cleber, >>> >>> On 09/10/2018 06:18, Cleber Rosa wrote: A number of QEMU tests are written in Python, and may benefit from an

Re: [Qemu-devel] [PATCH v2 1/3] Bootstrap Python venv for tests

2018-10-09 Thread Philippe Mathieu-Daudé
On 09/10/2018 18:00, Cleber Rosa wrote: > > > On 10/9/18 9:25 AM, Philippe Mathieu-Daudé wrote: >> Hi Cleber, >> >> On 09/10/2018 06:18, Cleber Rosa wrote: >>> A number of QEMU tests are written in Python, and may benefit >>> from an untainted Python venv. >>> >>> By using make rules, tests that

Re: [Qemu-devel] [PATCH v2 1/3] Bootstrap Python venv for tests

2018-10-09 Thread Cleber Rosa
On 10/9/18 9:25 AM, Philippe Mathieu-Daudé wrote: > Hi Cleber, > > On 09/10/2018 06:18, Cleber Rosa wrote: >> A number of QEMU tests are written in Python, and may benefit >> from an untainted Python venv. >> >> By using make rules, tests that depend on specific Python libs >> can set that

Re: [Qemu-devel] [PATCH v2 1/3] Bootstrap Python venv for tests

2018-10-09 Thread Philippe Mathieu-Daudé
Hi Cleber, On 09/10/2018 06:18, Cleber Rosa wrote: > A number of QEMU tests are written in Python, and may benefit > from an untainted Python venv. > > By using make rules, tests that depend on specific Python libs > can set that rule as a requiment, along with rules that require > the presence

[Qemu-devel] [PATCH v2 1/3] Bootstrap Python venv for tests

2018-10-08 Thread Cleber Rosa
A number of QEMU tests are written in Python, and may benefit from an untainted Python venv. By using make rules, tests that depend on specific Python libs can set that rule as a requiment, along with rules that require the presence or installation of specific libraries. The