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

2018-09-27 Thread Philippe Mathieu-Daudé
Hi Cleber, On 20/09/2018 16:19, 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 o

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

2018-09-21 Thread Cleber Rosa
On 9/20/18 7:29 PM, Philippe Mathieu-Daudé wrote: > Hi Cleber, > > On 9/20/18 5:19 PM, 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

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

2018-09-20 Thread Philippe Mathieu-Daudé
Hi Cleber, On 9/20/18 5:19 PM, 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 or