From 7075812f476e599fde000325afcd905df3e43ce8 Mon Sep 17 00:00:00 2001 From: Jamie Cockburn Date: Tue, 10 Mar 2020 10:58:20 +0000 Subject: [PATCH] Pinned pygments dependency for python 2.7 compat --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9cbb0ff7519..ea4a8ec7f66 100755 --- a/setup.py +++ b/setup.py @@ -182,7 +182,7 @@ def run(self): parallel = ['ipyparallel'], qtconsole = ['qtconsole'], doc = ['Sphinx>=1.3'], - test = ['nose>=0.10.1', 'requests', 'testpath', 'pygments', 'nbformat', 'ipykernel'], + test = ['nose>=0.10.1', 'requests', 'testpath', 'pygments<2.6', 'nbformat', 'ipykernel'], terminal = [], kernel = ['ipykernel'], nbformat = ['nbformat'], @@ -197,7 +197,7 @@ def run(self): 'simplegeneric>0.8', 'traitlets>=4.2', 'prompt_toolkit>=1.0.4,<2.0.0', - 'pygments', + 'pygments<2.6', ] # Platform-specific dependencies: