From: Thanh Ha Date: Sat, 11 May 2019 01:49:20 +0000 (-0400) Subject: Pin pygments to 2.3.x X-Git-Tag: v0.3.1~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=1bb2fe7d623360ec5dd22f41cf891b4d02c3a25a;p=releng%2Fdocs-conf.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: Iecf065ccbc9de7782b64955c1cd904dfb1c16b8a Signed-off-by: Thanh Ha --- diff --git a/tox.ini b/tox.ini index 2550e36..c30568b 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,7 @@ deps = coala coala-bears nodeenv==1.1.2 + pygments~=2.3.1 commands = nodeenv -p npm install --global write-good