diff options
author | Cleber Rosa <crosa@redhat.com> | 2020-10-09 16:55:11 -0400 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-10-13 08:08:55 +0200 |
commit | d44d9b6bc81df6080ed83073ab2711e5a4258a07 (patch) | |
tree | 7f00167f01a2ca88c5bf81ed2b16de5911d7032c /tests | |
parent | 320c6e78930e588c548f7bfe84f43fe5dfe2e5ad (diff) | |
download | qemu-d44d9b6bc81df6080ed83073ab2711e5a4258a07.zip qemu-d44d9b6bc81df6080ed83073ab2711e5a4258a07.tar.gz qemu-d44d9b6bc81df6080ed83073ab2711e5a4258a07.tar.bz2 |
Acceptance tests: bump pycdlib version for easier installation
On with certain versions of "pip", package installations will attempt
to create wheels. And, on environments without a "complete" Python
installation (as described in the acceptance tests requirements docs),
that will fail.
pycdlib, starting with version 1.11.0, is now being made available
as wheels, so its instalation on those constrained environments is
now possible.
Buglink: https://bugs.launchpad.net/qemu/+bug/1897783
Reported-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20201009205513.751968-2-crosa@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt index 036691c..a1c631f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,4 +2,4 @@ # in the tests/venv Python virtual environment. For more info, # refer to: https://pip.pypa.io/en/stable/user_guide/#id1 avocado-framework==81.0 -pycdlib==1.9.0 +pycdlib==1.11.0 |