[totem/wip/hadess/libx11-threads] fixup! ci: Disable pylint again



commit 063821158981f7102df2e03878c21d50abb036f4
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jul 18 13:13:12 2022 +0200

    fixup! ci: Disable pylint again

 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 838556fe5..b79111a91 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,8 +31,7 @@ variables:
       libhandy-devel
       libpeas-devel
       pygobject3-devel
-      # https://github.com/PyCQA/pylint/issues/6352
-      # pylint
+      pylint
       python3-devel
       totem-pl-parser-devel
       flatpak-builder
@@ -46,6 +45,8 @@ build-fedora:
   before_script:
     - dnf update -y
     - dnf install --setopt=install_weak_deps=False -y $FEDORA_DEPS
+    # https://github.com/PyCQA/pylint/issues/6352
+    - dnf remove -y pylint
   script:
     - meson _build -Dhelp=true -Denable-gtk-doc=true -Denable-easy-codec-installation=yes 
-Denable-python=yes -Dprofile=default
     - G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test


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