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

2018-10-17 Thread Wainer dos Santos Moschetta
On 10/17/2018 01:05 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 requirement, along with rules that require the presence or installation

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

2018-10-17 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 requirement, along with rules that require the presence or installation of specific libraries. The