File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# External Python modules required by acceptance tests.
2
2
# See atest/README.rst for more information.
3
3
4
- docutils >= 0.9 ; platform_python_implementation != 'IronPython' # https://github.com/IronLanguages/ironpython2/issues/113
5
- pygments
6
- pyyaml
7
4
enum34 ; python_version < '3.0'
8
5
pillow ; platform_system == 'Windows'
9
6
7
+ # https://github.com/IronLanguages/ironpython2/issues/113
8
+ docutils >= 0.9 ; platform_python_implementation != 'IronPython'
9
+ pygments ; platform_python_implementation != 'IronPython'
10
+
11
+ # https://github.com/yaml/pyyaml/issues/369
12
+ pyyaml ; platform_python_implementation != 'Jython'
13
+ pyyaml == 5.2 ; platform_python_implementation == 'Jython'
14
+
10
15
# On Linux installing lxml with pip may require compilation and development
11
16
# headers. Alternatively it can be installed using a package manager like
12
17
# `sudo apt-get install python-lxml`.
You can’t perform that action at this time.
0 commit comments