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>
This commit is contained in:
Alex Bennée 2020-03-03 15:06:21 +00:00
parent 39d87c8c0c
commit 0b245ec7a0
1 changed files with 1 additions and 1 deletions

View File

@ -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