From e2d2029dbac4062cdb4a6679dd77341915f09313 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Wed, 8 Feb 2023 19:13:14 -0500 Subject: [PATCH] revert pylint checks to python 3.10 because of false-positives under os builtin package (relates to https://github.com/PyCQA/pylint/issues/6535) --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e38edbf25..c5ec516a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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