From: Aric Gardner Date: Mon, 13 May 2019 17:06:43 +0000 (-0400) Subject: Pin pygments to 2.3.x X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F44%2F15644%2F1;p=releng%2Fdocs.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. Signed-off-by: Aric Gardner Change-Id: Ic67d0003d9ecba08f88f08db457e965dcf6725e5 --- diff --git a/tox.ini b/tox.ini index a889b24..3b65130 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,7 @@ deps = coala coala-bears nodeenv + pygments~=2.3.1 commands = nodeenv -p npm install --global remark-cli remark-lint write-good