Pin pygments to 2.3.x 00/82300/1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 29 May 2019 06:46:35 +0000 (16:46 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 29 May 2019 06:47:12 +0000 (16:47 +1000)
Pygments release 2.4.0 which added 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: I0ffd90ab6d0ccd82d86d204bc6920ddbe1e500d9
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index 87b6296c9aabfd02b025205ac2552a518876af18..b6272fd48eefff82347dc23c6ea005d6827e6e11 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -20,6 +20,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