Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit cf5ae3c

Browse files
committed
Pin pylint to fix CI builds
Since the release of version 2.7.0 pylint has been segfaulting during the linting step of CI builds. This can be researched more comprehensively once active development continues on Sawtooth. Signed-off-by: Ryan Beck-Buysse <rbuysse@bitwise.io>
1 parent 1b98752 commit cf5ae3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apt-get install -y -q \
4444
python3-yaml \
4545
python3-zmq \
4646
&& pip3 install \
47-
pylint \
47+
pylint==2.6.2 \
4848
pycodestyle \
4949
bandit \
5050
coverage --upgrade

0 commit comments

Comments
 (0)