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: