Pin pygments to 2.3.x 48/15648/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 10 May 2019 19:03:21 +0000 (12:03 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 13 May 2019 20:13:19 +0000 (13:13 -0700)
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.

Change-Id: I109abca54d4a87fa45c6397a1f55257d67a7ef6a
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index 7611fe6..3adfbc2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -17,6 +17,7 @@ basepython = python3
 deps =
     coala
     coala-bears
+    pygments~=2.3.1
     # Markdown lint requires nodejs
     nodeenv
 commands =