Skip to content

Commit

Permalink
pylint: Pin Pylint to compatible release
Browse files Browse the repository at this point in the history
Either Fedora's or PyPI's release of Pylint can break
ipa-healthcheck's CI. With this change only maintainers of
ipa-healthcheck can decide which version of Pylint the project
is compatible with.

Fixes: freeipa#244
Signed-off-by: Stanislav Levin <[email protected]>
  • Loading branch information
stanislavlevin committed Mar 17, 2022
1 parent 4be3563 commit 9815ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
freeipa-server \
freeipa-server-trust-ad \
tox \
python3-pylint \
python3-pip \
python3-pytest \
; \
python3 -m pip install --user --ignore-installed 'pylint ~= 2.12.2' ; \
cd /root/src; \
tox -vv -elint; \
"
Expand All @@ -65,7 +66,6 @@ jobs:
freeipa-server \
freeipa-server-trust-ad \
tox \
python3-pylint \
python3-pytest \
; \
cd /root/src; \
Expand Down

0 comments on commit 9815ec6

Please sign in to comment.