Skip to content

Commit

Permalink
Merge pull request #12174 from daggaz/5.x
Browse files Browse the repository at this point in the history
Pinned pygments dependency for python 2.7 compat
  • Loading branch information
Carreau committed Mar 11, 2020
2 parents 51c2b56 + 7075812 commit 3817042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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'],
Expand All @@ -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:
Expand Down

0 comments on commit 3817042

Please sign in to comment.