[issue28222] test_distutils fails

2018-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset f6645ef027762adbb159a3b6d64a15538672eaa2 by Zachary Ware in branch '2.7': bpo-28222: Don't fail if pygments is not available (GH-7564) https://github.com/python/cpython/commit/f6645ef027762adbb159a3b6d64a15538672eaa2 -- nosy: +zach.ware

[issue28222] test_distutils fails

2018-06-09 Thread Zachary Ware
Change by Zachary Ware : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28222] test_distutils fails

2018-06-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +7196 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28222] test_distutils fails

2016-10-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa09ba71babb by Berker Peksag in branch '3.5': Issue #28222: Don't fail if pygments is not available https://hg.python.org/cpython/rev/fa09ba71babb New changeset d5eefcfa3458 by Berker Peksag in branch '3.6': Issue #28222: Merge from 3.5

[issue28222] test_distutils fails

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue28222] test_distutils fails

2016-10-01 Thread Berker Peksag
Berker Peksag added the comment: I can reproduce it with the following dependencies: $ pip list docutils (0.12) pip (8.1.2) setuptools (27.1.2) The test was added in issue 23063. Since the purpose of the test was testing a bug in _check_rst_data(), skipping it if pygments is

[issue28222] test_distutils fails

2016-10-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hmm.. the test works for me on master branch $ ./python.exe -m test test_distutils Run tests sequentially 0:00:00 [1/1] test_distutils 1 test OK. Total duration: 4 sec Tests result: SUCCESS -- ___ Python tracker

[issue28222] test_distutils fails

2016-09-29 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker ___ ___

[issue28222] test_distutils fails

2016-09-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Distutils nosy: +dstufft, eric.araujo stage: -> needs patch ___ Python tracker

[issue28222] test_distutils fails

2016-09-21 Thread Xiang Zhang
Xiang Zhang added the comment: The reason for this failure is lack of pygments. docutils seems to require pygments when parsing code block even in doc. But docutils doesn't treat pygments as a dependency and pip install it won't pull in pygments. --

[issue28222] test_distutils fails

2016-09-20 Thread Xiang Zhang
New submission from Xiang Zhang: test_distutils consistently fails now: ./python -m test test_distutils Run tests sequentially 0:00:00 [1/1] test_distutils test test_distutils failed -- Traceback (most recent call last): File "/home/angwer/cpython/Lib/distutils/tests/test_check.py", line 122,