Skip to content

Commit

Permalink
pin click<8
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Sep 11, 2021
1 parent 9eb3d33 commit 4f75646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN chmod +x /usr/local/bin/vimlint
# Install covimerage and vint.
RUN apk --no-cache add py3-pip \
&& pip3 install -U pip \
&& pip3 install --no-cache-dir 'coverage<5' python-coveralls covimerage==0.2.1 vim-vint==0.3.21 \
&& pip3 install --no-cache-dir 'coverage<5' python-coveralls covimerage==0.2.1 vim-vint==0.3.21 'click<8' \
&& rm -rf /usr/include /usr/lib/python*/turtle* /usr/lib/python*/tkinter \
&& pip3 uninstall --yes pip \
&& curl https://codecov.io/bash -o /usr/bin/codecov \
Expand Down

0 comments on commit 4f75646

Please sign in to comment.