We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c428b5 commit 5781c6bCopy full SHA for 5781c6b
tests/docker/bionic/Dockerfile
@@ -60,6 +60,11 @@ RUN apt-get update \
60
pkg-config \
61
&& rm -rf /var/lib/apt/lists/*
62
63
+# The following packages are required for validating Python files.
64
+# The version of Pylint is set to 2.4.4 to match CI.
65
+RUN python3 -m pip install \
66
+ packaging mypy pylint==2.4.4
67
+
68
# Jinja2 and jsonschema is required for driver dispatch code generation.
69
RUN python3 -m pip install \
70
jinja2==2.10.1 types-jinja2 \
0 commit comments