Pin pygments to 2.3.x 96/82296/1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 29 May 2019 01:57:28 +0000 (11:57 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 29 May 2019 01:59:58 +0000 (11:59 +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: I6291260c3e1f519dbbd9567433713a2ba238097a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index ba1242f4b2ffa7a85ab6e7655323e032b9220fac..f4b65da8375e0f00dcd977ecad1fab5cbfe513c6 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