From: Andrew Grimberg Date: Fri, 10 May 2019 19:03:21 +0000 (-0700) Subject: Pin pygments to 2.3.x X-Git-Tag: v0.38.0~15 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;ds=sidebyside;h=260385832608f8f163ba29b8ed242b574b7261d0;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: Ide6d0da7357326c64153f0f74f328cee98429344 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 =