Re: [Qemu-devel] [PULL 11/15] Bootstrap Python venv for tests

2018-11-06 Thread Philippe Mathieu-Daudé
On 6/11/18 14:10, Peter Maydell wrote: On 31 October 2018 at 00:31, Eduardo Habkost wrote: From: 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 requ

Re: [Qemu-devel] [PULL 11/15] Bootstrap Python venv for tests

2018-11-06 Thread Peter Maydell
On 31 October 2018 at 00:31, Eduardo Habkost wrote: > From: 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

[Qemu-devel] [PULL 11/15] Bootstrap Python venv for tests

2018-10-30 Thread Eduardo Habkost
From: 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