From aea8924eef34a4e4a517354a04156669327de24d Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 8 May 2019 19:53:39 -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: If3e3687f1c269b6eebfb2f7919c0fcf7bbd4eac7 Signed-off-by: Thanh Ha --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 285f26627..62a5fdc1c 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 # Requests 2.16 breaks dependencies requests<2.16 nodeenv==1.1.2 -- 2.36.6