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

Conversation

Bastian-Krause
Copy link
Member

Description
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].

This also allows us to work around carsongee/pytest-pylint#180 which currently makes our CI tests fail.

[1] https://github.com/pylint-dev/pylint/releases/tag/v3.0.0

Checklist

  • PR has been tested

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 Bastian-Krause added the dependencies Pull requests that update a dependency file label Oct 4, 2023
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (fc3afcb) 63.0% compared to head (4e028f0) 63.0%.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1277     +/-   ##
========================================
- Coverage    63.0%   63.0%   -0.1%     
========================================
  Files         160     160             
  Lines       11859   11859             
========================================
- Hits         7481    7479      -2     
- Misses       4378    4380      +2     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Emantor Emantor merged commit 2906645 into labgrid-project:master Oct 6, 2023
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants