From: Thanh Ha Date: Wed, 8 May 2019 23:53:39 +0000 (-0400) Subject: Pin pygments to 2.3.x X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=aea8924eef34a4e4a517354a04156669327de24d 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: If3e3687f1c269b6eebfb2f7919c0fcf7bbd4eac7 Signed-off-by: Thanh Ha --- diff --git a/tox.ini b/tox.ini index 285f26627..62a5fdc1c 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 # Requests 2.16 breaks dependencies requests<2.16 nodeenv==1.1.2