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

2018-10-09 Thread Eric Blake
On 10/9/18 12:57 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 s/requiment/requirement/ the pre

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

2018-10-09 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 tests/venv-requiremen