[tracker-miners/sam/functional-tests] The functional tests still use Python 2.



commit c6f201a3867a02d69e776c8069e8412195d9135e
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Jul 8 15:44:16 2018 +0200

    The 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 65170538f..cdac40c53 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 meson python3-gobject 
redhat-rpm-config
+    - dnf install -y 'dnf-command(builddep)' dbus-devel dbus-x11 libseccomp-devel make meson python2-gobject 
redhat-rpm-config
     - dnf builddep -y tracker tracker-miners
 
     - useradd -Um tracker
@@ -58,7 +58,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 tracker-miners
 
     - useradd -Um tracker


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