From 260385832608f8f163ba29b8ed242b574b7261d0 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: Ide6d0da7357326c64153f0f74f328cee98429344 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