From 003d1e51698e22a17bbb9b06b88ea0da03acd618 Mon Sep 17 00:00:00 2001 From: shekhar-cis Date: Fri, 15 Apr 2022 12:16:07 +0530 Subject: [PATCH] Update test-kivy --- .buildbot/kivy/Dockerfile | 4 +++- .buildbot/kivy/test.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.buildbot/kivy/Dockerfile b/.buildbot/kivy/Dockerfile index 2ce964dd..62c3e36d 100644 --- a/.buildbot/kivy/Dockerfile +++ b/.buildbot/kivy/Dockerfile @@ -16,7 +16,9 @@ RUN apt-get install -yq python-setuptools \ python3-pip \ wget \ build-essential libcap-dev libmtdev-dev xvfb xclip git python3-opencv - + +RUN ln -sf /usr/bin/python3 /usr/bin/python + RUN pip3 install Cython Pillow pyzbar telenium RUN pip3 install --upgrade setuptools pip diff --git a/.buildbot/kivy/test.sh b/.buildbot/kivy/test.sh index d01ca870..caccbb9d 100755 --- a/.buildbot/kivy/test.sh +++ b/.buildbot/kivy/test.sh @@ -1,3 +1,3 @@ #!/bin/bash -xvfb-run python3 tests-kivy.py +xvfb-run python tests-kivy.py