qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 01/24] python: Install pycotap in our venv if necessary


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 01/24] python: Install pycotap in our venv if necessary
Date: Wed, 31 Jul 2024 14:49:08 +0200
User-agent: Mozilla Thunderbird

On 30/7/24 19:03, Daniel P. Berrangé wrote:
From: Thomas Huth <thuth@redhat.com>

The upcoming functional tests will require pycotap for providing
TAP output from the python-based tests. Since we want to be able
to run some of the tests offline by default, too, let's install
it along with meson in our venv if necessary (it's size is only
5 kB, so adding the wheel here should not really be a problem).

The wheel file has been obtained with:

  pip download --only-binary :all: --dest . --no-cache pycotap

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  python/wheels/pycotap-1.3.1-py3-none-any.whl | Bin 0 -> 5119 bytes
  pythondeps.toml                              |   1 +
  2 files changed, 1 insertion(+)
  create mode 100644 python/wheels/pycotap-1.3.1-py3-none-any.whl

Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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