[GRASS-git] [OSGeo/grass] 1feb86: CI: Remove simple test from Python Code Quality (#...

Vaclav Petras noreply at github.com
Thu May 9 05:56:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: 1feb86d8072205903d9372ff278acbfd115fdd26
      https://github.com/OSGeo/grass/commit/1feb86d8072205903d9372ff278acbfd115fdd26
  Author: Vaclav Petras <wenzeslaus at gmail.com>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
    M .github/workflows/python-code-quality.yml

  Log Message:
  -----------
  CI: Remove simple test from Python Code Quality (#3697)

With an error in the code which prevents the simple test of the main executable to run, the Pylint check does not run. While it requires some functionality from the grass executable, it does not require everything to work. This removes the step with the explicit test of the grass executable and relies on other workflows to do that test and provide a reasonable message there. This workflow now hopes to get to Pylint and report an issue with Pylint.

The motivation was #3694 where I expected to see a Pylint error, but got a traceback from the main executable in the simple test. (The executable partially worked, enough for config, but not enough for the simple test.)



To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications


More information about the grass-commit mailing list