Skip to content

Commit

Permalink
infra: Pin pocketlint version (#infra)
Browse files Browse the repository at this point in the history
Pocketlint has a new verion which is required for python 2.14 but
unfortunately not backward compatible.

rhinstaller/pocketlint#49

To solve this let's pin also pocketlint version next to pylint version.
  • Loading branch information
jkonecny12 committed Nov 10, 2023
1 parent e7e0d3a commit f8a6f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/anaconda-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN echo dnf update -y && \
RUN pip-3.6 install \
"pylint==2.5.3" \
"astroid==2.4.2" \
pocketlint \
"pocketlint==0.24" \
copr \
coverage \
pycodestyle \
Expand Down

0 comments on commit f8a6f68

Please sign in to comment.