summaryrefslogtreecommitdiff
path: root/test/py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-10 04:08:54 +0300
committerTom Rini <trini@konsulko.com>2022-08-22 15:01:34 +0300
commitb6d4e0850bc3951dd981c12d99d3c705d77f8224 (patch)
tree5a7451657f4af0094bd3428b18926ea3f5f4e4ed /test/py
parent05f958f8a23ae6508760d1c658aaf20e114ae760 (diff)
downloadu-boot-b6d4e0850bc3951dd981c12d99d3c705d77f8224.tar.xz
CI: Move to Ubuntu 2022.04 "Jammy" for CI base
- We now have a new enough sbsigntools in the distro, stop building. - Use the 20220801 tag for Jammy. - Move to pygit2 1.9.2 (current version) as the old one doesn't build on "Jammy". - Add the working directory to the list of safe directories for git. - Move to pytest 6.2.5 to address other issues. - This move exposed a number of minor issues in the existing scripts we used within CI to perform the jobs themselves. The most notable changes here involve using 'set +e / set -e' to enforce when we should or should not make non-zero buildman status be a fatal error. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/py')
-rw-r--r--test/py/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 2d0fcc965c..ead92ed8b4 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -12,9 +12,9 @@ pluggy==0.13.0
py==1.10.0
pycryptodomex==3.9.8
pyelftools==0.27
-pygit2==0.28.2
+pygit2==1.9.2
pyparsing==2.4.2
-pytest==5.2.1
+pytest==6.2.5
python-mimeparse==1.6.0
python-subunit==1.3.0
requests==2.25.1