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

2018-10-17 Thread Caio Carrara
On 17-10-2018 13:05, 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 > t

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

2018-10-17 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 Pyt