Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
115da9d5
Commit
115da9d5
authored
5 years ago
by
Marcus Shawcroft
Committed by
Tianqi Chen
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOCKER] Pin pylint==1.9.4 (#2727)
parent
29e0000b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docker/Dockerfile.ci_lint
+1
-1
docker/install/ubuntu_install_python_package.sh
+2
-2
No files found.
docker/Dockerfile.ci_lint
View file @
115da9d5
...
@@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y sudo wget
...
@@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y sudo wget
COPY install/ubuntu_install_python.sh /install/ubuntu_install_python.sh
COPY install/ubuntu_install_python.sh /install/ubuntu_install_python.sh
RUN bash /install/ubuntu_install_python.sh
RUN bash /install/ubuntu_install_python.sh
RUN apt-get install -y doxygen graphviz
RUN apt-get install -y doxygen graphviz
RUN pip3 install cpplint pylint==
2.2.2
mypy
RUN pip3 install cpplint pylint==
1.9.4
mypy
This diff is collapsed.
Click to expand it.
docker/install/ubuntu_install_python_package.sh
View file @
115da9d5
...
@@ -5,5 +5,5 @@ set -u
...
@@ -5,5 +5,5 @@ set -u
set
-o
pipefail
set
-o
pipefail
# install libraries for python package on ubuntu
# install libraries for python package on ubuntu
pip2 install nose
pylint
==
2.2.2
six numpy nose-timer cython decorator scipy tornado typing antlr4-python2-runtime attrs
pip2 install nose
pylint
==
1.9.4
six numpy nose-timer cython decorator scipy tornado typing antlr4-python2-runtime attrs
pip3 install nose
pylint
==
2.2.2
six numpy nose-timer cython decorator scipy tornado typed_ast pytest mypy orderedset antlr4-python3-runtime attrs
pip3 install nose
pylint
==
1.9.4
six numpy nose-timer cython decorator scipy tornado typed_ast pytest mypy orderedset antlr4-python3-runtime attrs
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment