diff mbox series

[RFC,1/1] acceptance tests: bump Avocado version to 88.1

Message ID 20210520204747.210764-2-willianr@redhat.com (mailing list archive)
State New, archived
Headers show
Series acceptance tests: bump Avocado version to 88.1 | expand

Commit Message

Willian Rampazzo May 20, 2021, 8:47 p.m. UTC
Besides some internal changes, new features, and bug fixes, on the QEMU side,
this version fixes the following message seen when running the acceptance
tests: "Error running method "pre_tests" of plugin "fetchasset": 'bytes'
object has no attribute 'encode'".

The release notes are available at
https://avocado-framework.readthedocs.io/en/latest/releases/88_0.html.

Signed-off-by: Willian Rampazzo <willianr@redhat.com>
---
 tests/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Cleber Rosa May 24, 2021, 5:51 p.m. UTC | #1
On Thu, May 20, 2021 at 05:47:47PM -0300, Willian Rampazzo wrote:
> Besides some internal changes, new features, and bug fixes, on the QEMU side,
> this version fixes the following message seen when running the acceptance
> tests: "Error running method "pre_tests" of plugin "fetchasset": 'bytes'
> object has no attribute 'encode'".
> 
> The release notes are available at
> https://avocado-framework.readthedocs.io/en/latest/releases/88_0.html.
> 
> Signed-off-by: Willian Rampazzo <willianr@redhat.com>
> ---
>  tests/requirements.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/requirements.txt b/tests/requirements.txt
> index 91f3a343b9..a21b59b443 100644
> --- a/tests/requirements.txt
> +++ b/tests/requirements.txt
> @@ -1,5 +1,5 @@
>  # Add Python module requirements, one per line, to be installed
>  # in the tests/venv Python virtual environment. For more info,
>  # refer to: https://pip.pypa.io/en/stable/user_guide/#id1
> -avocado-framework==85.0
> +avocado-framework==88.1
>  pycdlib==1.11.0
> -- 
> 2.31.1
> 

I'll be including that bump (and discarding the previous one) on my
upcoming PR.

Acked-by: Cleber Rosa <crosa@redhat.com>
diff mbox series

Patch

diff --git a/tests/requirements.txt b/tests/requirements.txt
index 91f3a343b9..a21b59b443 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,5 +1,5 @@ 
 # Add Python module requirements, one per line, to be installed
 # in the tests/venv Python virtual environment. For more info,
 # refer to: https://pip.pypa.io/en/stable/user_guide/#id1
-avocado-framework==85.0
+avocado-framework==88.1
 pycdlib==1.11.0