From 24a84a0a11ace23bb8509f2b6a7cf6844cff7543 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 13 May 2019 12:06:38 -0700 Subject: [PATCH] Pin pygments to 2.3.x Pygments release 2.4.0 which added a python requires that excludes all versions of Python < 3.5. The LFCI's default 3 version is 3.4 so causes build failure. Change-Id: Ie1e4281efee4461f61cdffa3791c22cd5fbf54ec Signed-off-by: Andrew Grimberg --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e33d587c..5ff30f8b 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ basepython = python3 deps = coala==0.11 coala-bears==0.11 + pygments~=2.3.1 nodeenv~=1.3.0 commands = nodeenv -p -- 2.16.6