summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-07-18 13:10:30 +0200
committerBastien Nocera <hadess@hadess.net>2022-07-18 13:20:55 +0200
commitc98f0f633d6a4841ee3ea65a6b6a0df707897ff5 (patch)
tree1860e10ceecc0ccb828950cefb6f6d13eea790af
parent6e540238ac4024feb30bc7159cf8db24cbc49221 (diff)
downloadtotem-c98f0f633d6a4841ee3ea65a6b6a0df707897ff5.tar.gz
ci: Disable pylint again
This time, the problem seems to be a regression in astroid: https://github.com/PyCQA/pylint/issues/6352
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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