[tracker/wip/sam/functional-tests] Functional tests still use Python 2



commit 772a4e787e7f404fa2ee5868ad396464f3dd3818
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Jul 8 15:42:36 2018 +0200

    Functional tests still use Python 2

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c6fbadea9..7c00bb0ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ test-autotools-fedora27:
   before_script:
     # This takes a long time, we could prebuild a Docker image that already
     # contains this stuff instead, and use that.
-    - dnf install -y 'dnf-command(builddep)' dbus-devel dbus-x11 libseccomp-devel make python3-gobject 
redhat-rpm-config
+    - dnf install -y 'dnf-command(builddep)' dbus-devel dbus-x11 libseccomp-devel make python2-gobject 
redhat-rpm-config
     - dnf builddep -y tracker
 
     # This shouldn't be needed, but currently is.
@@ -54,7 +54,7 @@ test-meson-fedora27:
   before_script:
     # This takes a long time, we could prebuild a Docker image that already
     # contains this stuff instead, and use that.
-    - dnf install -y 'dnf-command(builddep)' dbus-devel dbus-x11 libseccomp-devel meson python3-gobject 
redhat-rpm-config
+    - dnf install -y 'dnf-command(builddep)' dbus-devel dbus-x11 libseccomp-devel meson python2-gobject 
redhat-rpm-config
     - dnf builddep -y tracker
 
     # This shouldn't be needed, but currently is.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]