From 25d30f63b445e6201acebb0a3284c6e770c64d60 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Fri, 10 May 2019 12:03:21 -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: I109abca54d4a87fa45c6397a1f55257d67a7ef6a Signed-off-by: Andrew Grimberg --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 7611fe66..3adfbc21 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ basepython = python3 deps = coala coala-bears + pygments~=2.3.1 # Markdown lint requires nodejs nodeenv commands = -- 2.16.6