From 5ec1eec11000ef118b2a87c330245ffaa475f5ee Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 30 Aug 2024 15:38:01 +0200 Subject: python: Install pycotap in our venv if necessary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Philippe Mathieu-Daudé Reviewed-by: Daniel P. Berrangé Message-ID: <20240830133841.142644-8-thuth@redhat.com> Signed-off-by: Thomas Huth --- python/wheels/pycotap-1.3.1-py3-none-any.whl | Bin 0 -> 5119 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 python/wheels/pycotap-1.3.1-py3-none-any.whl (limited to 'python') diff --git a/python/wheels/pycotap-1.3.1-py3-none-any.whl b/python/wheels/pycotap-1.3.1-py3-none-any.whl new file mode 100644 index 0000000..9c2c7d2 Binary files /dev/null and b/python/wheels/pycotap-1.3.1-py3-none-any.whl differ -- cgit v1.1