Skip to content

Commit

Permalink
revert pylint checks to python 3.10 because of false-positives under …
Browse files Browse the repository at this point in the history
…os builtin package (relates to pylint-dev/pylint#6535)
  • Loading branch information
fmigneault committed Feb 9, 2023
1 parent 08e432b commit e2d2029
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
include:
# linter tests
- os: ubuntu-latest
python-version: 3.11
# FIXME:
# Not using 3.11 because of problems with pylint false-positives about missing builtin references.
# https://github.com/PyCQA/pylint/issues/6535
python-version: 3.10
allow-failure: false
test-case: check
# remote test
Expand Down

0 comments on commit e2d2029

Please sign in to comment.