qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 18/24] python/qemu: add qemu package itself to pipenv


From: John Snow
Subject: Re: [PATCH v4 18/24] python/qemu: add qemu package itself to pipenv
Date: Wed, 17 Feb 2021 11:42:04 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

On 2/16/21 11:47 PM, Cleber Rosa wrote:
On Thu, Feb 11, 2021 at 01:58:50PM -0500, John Snow wrote:
This adds the python qemu packages themselves to the pipenv manifest.
'pipenv sync' will create a virtual environment sufficient to use the SDK.
'pipenv sync --dev' will create a virtual environment sufficient to use
and test the SDK (with pylint, mypy, isort, flake8, etc.)

The qemu packages are installed in 'editable' mode; all changes made to
the python package inside the git tree will be reflected in the
installed package without reinstallation. This includes changes made
via git pull and so on.

Signed-off-by: John Snow <jsnow@redhat.com>
---
  python/Pipfile      | 1 +
  python/Pipfile.lock | 9 +++++++--
  2 files changed, 8 insertions(+), 2 deletions(-)


Reviewed-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>


Thanks for the reviews so far!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]