diff options
author | Bastien Nocera <hadess@hadess.net> | 2022-12-05 12:15:47 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2023-02-13 15:02:47 +0100 |
commit | 8871ddd6a800daed0b01f70d9bad9425f2e7b1df (patch) | |
tree | 4b4efe33989ad33392ad41d5d4f254211ca38183 | |
parent | 383d6b244b745252d1000e324632adc7bbbf5adf (diff) | |
download | totem-8871ddd6a800daed0b01f70d9bad9425f2e7b1df.tar.gz |
Revert "ci: Disable pylint again"
The regression seems to have been fixed.
This reverts commit c98f0f633d6a4841ee3ea65a6b6a0df707897ff5.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 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 |