Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyproject.toml: depend on pylint rather than pytest-pylint #1277

Merged
merged 1 commit into from
Oct 6, 2023

Commits on Oct 4, 2023

  1. pyproject.toml: depend on pylint rather than pytest-pylint

    labgrid's tests have never been linted, so there is no need to install
    pytest-pylint. Install pylint instead to allow linting of the labgrid
    module.
    
    Require at least version 3.0.0 of pylint which will be required for
    Python 3.12 anyway [1].
    
    [1] https://github.com/pylint-dev/pylint/releases/tag/v3.0.0
    
    Signed-off-by: Bastian Krause <[email protected]>
    Bastian-Krause committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4e028f0 View commit details
    Browse the repository at this point in the history