From 8871ddd6a800daed0b01f70d9bad9425f2e7b1df Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 5 Dec 2022 12:15:47 +0100 Subject: Revert "ci: Disable pylint again" The regression seems to have been fixed. This reverts commit c98f0f633d6a4841ee3ea65a6b6a0df707897ff5. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3b6c5178..96a93e795 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,8 +45,6 @@ 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 -- cgit v1.2.1