[totem/wip/hadess/libx11-threads: 1/4] ci: Disable pylint again




commit c98f0f633d6a4841ee3ea65a6b6a0df707897ff5
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jul 18 13:10:30 2022 +0200

    ci: Disable pylint again
    
    This time, the problem seems to be a regression in astroid:
    https://github.com/PyCQA/pylint/issues/6352

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1f31d540..b79111a91 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,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]