From 0da5f345a88708895917ebd48633498c86a77366 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 13 May 2019 17:35:20 +0200 Subject: [PATCH] [tox] verify: 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: Ie7992fb2c283c2b8aaf80b7475f90dbb22964703 Signed-off-by: Alexandru Avadanii --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 44ad8e0..6c3d521 100644 --- a/tox.ini +++ b/tox.ini @@ -33,6 +33,7 @@ whitelist_externals = rm deps = coala coala-bears + pygments~=2.3.1 commands = rm -rf src/use_cases/seba_on_arm/src_repo/ coala --non-interactive -- 2.16.6