Skip to content
  • John Snow's avatar
    a4dd49d4
    python/qemu: add qemu package itself to pipenv · a4dd49d4
    John Snow authored
    
    
    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: default avatarJohn Snow <jsnow@redhat.com>
    Reviewed-by: default avatarCleber Rosa <crosa@redhat.com>
    Tested-by: default avatarCleber Rosa <crosa@redhat.com>
    Message-id: 20210527211715.394144-26-jsnow@redhat.com
    Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
    a4dd49d4
    python/qemu: add qemu package itself to pipenv
    John Snow authored
    
    
    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: default avatarJohn Snow <jsnow@redhat.com>
    Reviewed-by: default avatarCleber Rosa <crosa@redhat.com>
    Tested-by: default avatarCleber Rosa <crosa@redhat.com>
    Message-id: 20210527211715.394144-26-jsnow@redhat.com
    Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
Loading