Skip to content

Commit 6c97266

Browse files
committed
pin pylint version due to bug pylint-dev/pylint#3524
1 parent 1138eed commit 6c97266

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

services/dy-dash/cc-rabbit-0d/tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ docker
22
jsonschema
33
pytest
44
pyyaml
5-
pylint
5+
pylint~=2.4.4 # bug in 2.5.0 issue https://github.com/PyCQA/pylint/issues/3524 is resolved

services/dy-dash/cc-rabbit-1d/tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ docker
22
jsonschema
33
pytest
44
pyyaml
5-
pylint
5+
pylint~=2.4.4 # bug in 2.5.0 issue https://github.com/PyCQA/pylint/issues/3524 is resolved

services/dy-dash/cc-rabbit-2d/tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ docker
22
jsonschema
33
pytest
44
pyyaml
5-
pylint
5+
pylint~=2.4.4 # bug in 2.5.0 issue https://github.com/PyCQA/pylint/issues/3524 is resolved

services/dy-dash/mattward-dash/tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ docker
22
jsonschema
33
pytest
44
pyyaml
5-
pylint
5+
pylint~=2.4.4 # bug in 2.5.0 issue https://github.com/PyCQA/pylint/issues/3524 is resolved

0 commit comments

Comments
 (0)