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 1b4e614 commit f1b76f5Copy full SHA for f1b76f5
common.json
@@ -26,12 +26,18 @@
26
"windows-jdk17": { "packages" : { "devkit:VS2019-16.9.3+1" : "==0" }}
27
},
28
"deps": {
29
+ "COMMENT.common": [
30
+ "pip:isort is a dependency of pip:pylint. The explicit dependency on the pip package works around",
31
+ "https://bugzilla.redhat.com/show_bug.cgi?id=1710221 on older Redhat-based systems, and doesn't",
32
+ "hurt on others."
33
+ ],
34
"common": {
35
"timelimit": "30:00",
36
"environment": {
37
"MX_PYTHON": "python3"
38
39
"packages": {
40
+ "pip:isort": "==4.3.19",
41
"pip:logilab-common": "==1.4.4",
42
"pip:pylint": "==1.9.3",
43
"pip:ninja_syntax": "==1.7.2"
0 commit comments