From 9c67355aa07995921e69f1df1bf5c1c8c9c778d5 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 13 May 2019 17:35:20 +0200 Subject: [PATCH] [tox] verify: 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: I0e03d3622cf8764b5d0a6778efaea76b53d08fa2 Signed-off-by: Alexandru Avadanii --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 4b2533c..50a67e1 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,7 @@ install_command = python -m pip install --no-cache-dir {opts} {packages} deps = coala coala-bears + pygments~=2.3.1 nodeenv commands = nodeenv -p -- 2.16.6