summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-10-30 06:46:11 +0300
committerSimon Glass <sjg@chromium.org>2020-11-05 19:11:31 +0300
commitbd73bb447ffc11f0fbc567e9edc785f98f5ab673 (patch)
tree12341298ffb0466053c791fa63ae5e4e204d43d1 /.azure-pipelines.yml
parent4a9e578138c60aa22821910e22a6e6289c884363 (diff)
downloadu-boot-bd73bb447ffc11f0fbc567e9edc785f98f5ab673.tar.xz
azure/gitLab/travis: Add pygit2 as a dependency for tests
This lets patman run all of its tests, rather than skipping quite a few. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index a78c8d6130..620696c22e 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -140,7 +140,7 @@ jobs:
export USER=azure
virtualenv -p /usr/bin/python3 /tmp/venv
. /tmp/venv/bin/activate
- pip install pyelftools pytest
+ pip install pyelftools pytest pygit2
export UBOOT_TRAVIS_BUILD_DIR=/tmp/sandbox_spl
export PYTHONPATH=${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc/pylibfdt
export PATH=${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc:${PATH}