From 1251a12360eeedfdc94f5a12a2f8223bdc20bdce Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Mon, 13 May 2019 13:06:43 -0400 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. Signed-off-by: Aric Gardner Change-Id: Ic67d0003d9ecba08f88f08db457e965dcf6725e5 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a889b24..3b65130 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,7 @@ deps = coala coala-bears nodeenv + pygments~=2.3.1 commands = nodeenv -p npm install --global remark-cli remark-lint write-good -- 2.16.6