From 041497d7282434ba74356ceb03299403ef2f5d39 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 9 May 2019 09:00:09 -0400 Subject: [PATCH 1/1] 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: Iec3de2d14754b2b4d52ea9e2e4c07006ec5d3f62 Signed-off-by: Thanh Ha --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 7c1dc8a6d8..48e19fe1c9 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ basepython = python3 deps = coala==0.11.0 coala-bears==0.11.0 + pygments~=2.3.1 requests==2.15.1 commands = python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger -- 2.36.6