From: Andrew Grimberg Date: Fri, 10 May 2019 19:03:21 +0000 (-0700) Subject: Pin pygments to 2.3.x X-Git-Tag: v0.37.3~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F48%2F15648%2F1;p=releng%2Fglobal-jjb.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: I109abca54d4a87fa45c6397a1f55257d67a7ef6a Signed-off-by: Andrew Grimberg --- diff --git a/tox.ini b/tox.ini index 7611fe66..3adfbc21 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ basepython = python3 deps = coala coala-bears + pygments~=2.3.1 # Markdown lint requires nodejs nodeenv commands =