You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2020/08/24 08:43:52 UTC

[ignite] branch ignite-ducktape updated: Set version of pylint (#8181)

This is an automated email from the ASF dual-hosted git repository.

av pushed a commit to branch ignite-ducktape
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-ducktape by this push:
     new 3b9c6ac  Set version of pylint (#8181)
3b9c6ac is described below

commit 3b9c6ac0067f8f6ca2b7e92fb7c362ff66f65b7e
Author: Ivan Daschinskiy <iv...@gmail.com>
AuthorDate: Mon Aug 24 11:43:26 2020 +0300

    Set version of pylint (#8181)
---
 modules/ducktests/tests/tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ducktests/tests/tox.ini b/modules/ducktests/tests/tox.ini
index 8a7235b..60e7012 100644
--- a/modules/ducktests/tests/tox.ini
+++ b/modules/ducktests/tests/tox.ini
@@ -28,7 +28,7 @@ deps =
     monotonic
     mock
     pytest
-    pylint
+    pylint==2.5.3
 
 [testenv:linter]
 basepython = python3.8