From: Alexandru Avadanii Date: Mon, 13 May 2019 15:35:20 +0000 (+0200) Subject: [tox] verify: Pin pygments to 2.3.x X-Git-Tag: 2.0.0~91 X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=commitdiff_plain;h=9c67355aa07995921e69f1df1bf5c1c8c9c778d5 [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: I0e03d3622cf8764b5d0a6778efaea76b53d08fa2 Signed-off-by: Alexandru Avadanii --- diff --git a/tox.ini b/tox.ini index 4b2533c..50a67e1 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,7 @@ install_command = python -m pip install --no-cache-dir {opts} {packages} deps = coala coala-bears + pygments~=2.3.1 nodeenv commands = nodeenv -p