diff options
author | Wainer dos Santos Moschetta <wainersm@redhat.com> | 2020-12-11 15:38:25 -0300 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-12-18 12:25:42 +0100 |
commit | d44423ad14d0fd9d90b86f2b50f24c7993b22777 (patch) | |
tree | 0873dcefedbccc5a04441a5702937ff5f5ec4150 /tests/requirements.txt | |
parent | d61368d1e971a63dce1d4b1f9bc39f0588f359b6 (diff) |
tests/acceptance: Bump avocado requirements to 83.0
To use Avocado's testlogs plug-in on CI it is required to use
its 83.0 or greater version.
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20201211183827.915232-2-wainersm@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/requirements.txt')
-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 a1c631fa59..62e8ffd28c 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==81.0 +avocado-framework==83.0 pycdlib==1.11.0 |