diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-03-03 15:06:21 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-03-04 09:57:33 +0000 |
commit | 0b245ec7a0608d54df505b2362b7e2f3ed928571 (patch) | |
tree | 0634cfa5dc5af7a281c75a2a07be34931eb0c300 /tests/requirements.txt | |
parent | 39d87c8c0c17a837519d6569c41e75eea15e7943 (diff) |
tests/acceptance: bump avocado requirements to 76.0
If we want to use @skipUnless decorations on the class we need a
newer version of avocado.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200303150622.20133-9-alex.bennee@linaro.org>
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 a2a587223a..f4f1736a08 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ # 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==72.0 +avocado-framework==76.0 |