commit | f6645ef027762adbb159a3b6d64a15538672eaa2 | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Sat Jun 09 13:50:23 2018 -0500 |
committer | GitHub <noreply@github.com> | Sat Jun 09 13:50:23 2018 -0500 |
tree | 1956ea11ec6fa7df015dd83409248e3d594368af | |
parent | b4f8bc56c1f19561b936be7347fa594ccd70d025 [diff] |
bpo-28222: Don't fail if pygments is not available (GH-7564) We can't just skip the test if docutils is available, but pygments is not because the purpose of the test was testing a bug in _check_rst_data(). (cherry-picked from b5bb404ccaa9a3dd81e220fb4ca40253be778831)