]> granicus.if.org Git - python/commit
Issue #28222: Don't fail if pygments is not available
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 4 Oct 2016 17:54:44 +0000 (20:54 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 4 Oct 2016 17:54:44 +0000 (20:54 +0300)
commitb5bb404ccaa9a3dd81e220fb4ca40253be778831
treed20494a0919fd9491f39eeb6d01c9f8f4492be7b
parent002b0a7ecdfc343388510a62813917e64dd07db1
Issue #28222: Don't fail if pygments is not available

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().
Lib/distutils/tests/test_check.py