From: Thanh Ha Date: Thu, 9 May 2019 13:00:09 +0000 (-0400) Subject: Pin pygments to 2.3.x X-Git-Tag: pre-potassium~340 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F81973%2F1;hp=2136780715ffe425bdc3f537033441edec022078;p=integration%2Ftest.git 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 --- 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