From f52e966eb51f996505c2f7170e235ca9d38bcb1e Mon Sep 17 00:00:00 2001 From: Faseela K Date: Sat, 11 May 2019 16:04:31 +0530 Subject: [PATCH] Pin pygments to 2.3.x 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: I6bb645b8597b942e7c55ce41d12982076e6f5897 Signed-off-by: Faseela K --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d3feceec50..7fc6254760 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ basepython = python3 deps = coala==0.11.0 coala-bears==0.11.0 + pygments~=2.3.1 commands = python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger coala --non-interactive -- 2.36.6