Skip to content
Snippets Groups Projects
Forked from jvoisin / mat2
183 commits behind the upstream repository.
  • georg's avatar
    deeee256
    CI: Use pylint, instead of pylint3 · deeee256
    georg authored
    It seems, despite the name, both packages depend on Python 3. However,
    pylint3 seems deprecated, and upstream recommends to install pylint:
    https://www.pylint.org/#install
    
    The current versions of both packages in Debian unstable are:
    pylint  2.4.4-1
    pylint3 2.2.2-1
    
    This commit fixes failing CI jobs due to the use of pylint3 2.2.2-1,
    which seems broken.
    Verified
    deeee256
    History
    CI: Use pylint, instead of pylint3
    georg authored
    It seems, despite the name, both packages depend on Python 3. However,
    pylint3 seems deprecated, and upstream recommends to install pylint:
    https://www.pylint.org/#install
    
    The current versions of both packages in Debian unstable are:
    pylint  2.4.4-1
    pylint3 2.2.2-1
    
    This commit fixes failing CI jobs due to the use of pylint3 2.2.2-1,
    which seems broken.
.gitlab-ci.yml 2.38 KiB