From: Andrew Grimberg Date: Mon, 13 May 2019 19:06:38 +0000 (-0700) Subject: Pin pygments to 2.3.x X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=24a84a0a11ace23bb8509f2b6a7cf6844cff7543;p=ci-management.git Pin pygments to 2.3.x 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: Ie1e4281efee4461f61cdffa3791c22cd5fbf54ec Signed-off-by: Andrew Grimberg --- diff --git a/tox.ini b/tox.ini index e33d587c..5ff30f8b 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ basepython = python3 deps = coala==0.11 coala-bears==0.11 + pygments~=2.3.1 nodeenv~=1.3.0 commands = nodeenv -p