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

2018-10-23 Thread Philippe Mathieu-Daudé
On 18/10/18 17:31, 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 of spec

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

2018-10-18 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 tests/requirements.