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.
Request-2.22.0 does not work with python-3.4.9, so pin requests to
v2.21.0 to address the tox failures.
Change-Id: I0eca07029e71b55ecff993dac39c4dd0a83bf575
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
--- /dev/null
+---
+fixes:
+ - |
+ Pygments release 2.4.0 which added a python requires that excludes all
+ versions of Python < 3.5. The LFCI default 3 version is 3.4 so causes
+ build failure.
--- /dev/null
+---
+fixes:
+ - |
+ Request-2.22.0 does not work with python-3.4.9, so pin requests to
+ v2.21.0 to address the tox failures.
deps =
coala
coala-bears
+ pygments~=2.3.1
+ # request-2.22.0 does not work with python-3.4.9
+ requests~=2.21.0
nodeenv==1.1.2
commands =
nodeenv -p