From b64ec757883284a765745ef4fbd78fb55bf0e228 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Apr 25 2017 10:24:48 +0000 Subject: tox: use pylint 1.6.x for now FreeIPA is not yet compatible with pylint 1.7.1+. Enforce pylint 1.6.x until all issues have been addressed. Related: https://pagure.io/freeipa/issue/6874 Signed-off-by: Christian Heimes Reviewed-By: Martin Basti --- diff --git a/.wheelconstraints.in b/.wheelconstraints.in index eba4ec9..ba37de7 100644 --- a/.wheelconstraints.in +++ b/.wheelconstraints.in @@ -9,3 +9,5 @@ ipapython == @VERSION@ ipaserver == @VERSION@ ipatests == @VERSION@ +# see https://pagure.io/freeipa/issue/6874 +pylint < 1.7