Re: [Qemu-devel] [PATCH v4 0/3] Bootstrap Python venv and acceptance/functional tests

2018-10-17 Thread Philippe Mathieu-Daudé
On 16/10/2018 16:27, Cleber Rosa wrote: > On 10/12/18 5:44 PM, Philippe Mathieu-Daudé wrote: >> On 12/10/2018 18:53, Cleber Rosa wrote: >>> TL;DR >>> = >>> >>> Allow acceptance tests to be run with `make check-acceptance`. >>> >>> Details >>> === >>> >>> This introduces a Python virtual

Re: [Qemu-devel] [PATCH v4 0/3] Bootstrap Python venv and acceptance/functional tests

2018-10-16 Thread Cleber Rosa
On 10/12/18 5:44 PM, Philippe Mathieu-Daudé wrote: > On 12/10/2018 18:53, Cleber Rosa wrote: >> TL;DR >> = >> >> Allow acceptance tests to be run with `make check-acceptance`. >> >> Details >> === >> >> This introduces a Python virtual environment that will be setup within >> the QEMU

Re: [Qemu-devel] [PATCH v4 0/3] Bootstrap Python venv and acceptance/functional tests

2018-10-12 Thread Philippe Mathieu-Daudé
On 12/10/2018 18:53, Cleber Rosa wrote: > TL;DR > = > > Allow acceptance tests to be run with `make check-acceptance`. > > Details > === > > This introduces a Python virtual environment that will be setup within > the QEMU build directory, that will contain the exact environment that >

[Qemu-devel] [PATCH v4 0/3] Bootstrap Python venv and acceptance/functional tests

2018-10-12 Thread Cleber Rosa
TL;DR = Allow acceptance tests to be run with `make check-acceptance`. Details === This introduces a Python virtual environment that will be setup within the QEMU build directory, that will contain the exact environment that tests may require. There's one current caveat: it requires