Pin pygments to 2.3.x 17/15617/1
authorThanh Ha <zxiiro@gmail.com>
Sat, 11 May 2019 01:49:20 +0000 (21:49 -0400)
committerThanh Ha <zxiiro@gmail.com>
Sat, 11 May 2019 01:49:42 +0000 (21:49 -0400)
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: Iecf065ccbc9de7782b64955c1cd904dfb1c16b8a
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 2550e36..c30568b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,7 @@ deps =
     coala
     coala-bears
     nodeenv==1.1.2
+    pygments~=2.3.1
 commands =
     nodeenv -p
     npm install --global write-good