[totem/wip/hadess/re-enable-pylint: 2/3] Revert "ci: Disable pylint checks"




commit 4cdf7522ac76010e106efb2594da09b15e8cbfa2
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Apr 27 11:02:26 2021 +0200

    Revert "ci: Disable pylint checks"
    
    This reverts commit 8afd18d0b832489714bf02526e88da7800a7f7b1.

 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9a730881..3c22be5cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,8 +44,6 @@ build-fedora:
   stage: test
   before_script:
     - dnf install -y $FEDORA_DEPS
-    # See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
-    - 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]