This new Labgrid release enables us to run Labgrid tests against the sandbox architecture and integrates Labgrid pull requests that fix stuff we have been monkey patching so far. Let's update in preparation for making use of this. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- v1 -> v2: - update to new v24.0 release instead of commit on master --- test/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Containerfile b/test/Containerfile index 2f8c969d824f..23f33dc8d7ff 100644 --- a/test/Containerfile +++ b/test/Containerfile @@ -75,7 +75,7 @@ RUN echo barebox ALL=NOPASSWD: ALL > /etc/sudoers.d/barebox # install labgrid RUN cd /tmp && \ - git clone --depth 1 -b v23.0 https://github.com/labgrid-project/labgrid && \ + git clone --depth 1 -b v24.0 https://github.com/labgrid-project/labgrid && \ cd labgrid && \ pip3 install --break-system-packages . && \ ln -s $(which pytest) /usr/local/bin/labgrid-pytest; -- 2.39.2