From 1bb2fe7d623360ec5dd22f41cf891b4d02c3a25a Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 10 May 2019 21:49:20 -0400 Subject: [PATCH] Pin pygments to 2.3.x Pygments released 2.4.0 which added a python requires that excludes all versions of Python < 3.5. The LFCI's default Python 3 version is 3.4 so causes build failure. Change-Id: Iecf065ccbc9de7782b64955c1cd904dfb1c16b8a Signed-off-by: Thanh Ha --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2550e36..c30568b 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,7 @@ deps = coala coala-bears nodeenv==1.1.2 + pygments~=2.3.1 commands = nodeenv -p npm install --global write-good -- 2.16.6