Pin pygments to 2.3.x 64/81964/1
authorThanh Ha <zxiiro@gmail.com>
Wed, 8 May 2019 23:53:39 +0000 (19:53 -0400)
committerThanh Ha <zxiiro@gmail.com>
Wed, 8 May 2019 23:55:51 +0000 (19:55 -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: If3e3687f1c269b6eebfb2f7919c0fcf7bbd4eac7
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 285f266275177f5b086239b0d129d51cb81ba7ed..62a5fdc1c5b2ccc45c3c9cdf836971f9a3515ac7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,7 @@ basepython = python3
 deps =
     coala==0.11
     coala-bears==0.11
+    pygments~=2.3.1
     # Requests 2.16 breaks dependencies
     requests<2.16
     nodeenv==1.1.2