tests: add a comment that the pygments import is still necessary.

(imported from commit c17dfc9e3b8ecf207b4cb7f4d33443122b747905)
This commit is contained in:
Jessica McKellar 2013-03-28 11:27:24 -04:00
parent 39602a4437
commit f28fe19fa8
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ try:
except:
bail('Test suite only runs correctly with --settings=humbug.test_settings')
# Even though we don't use pygments directly in this file, we need
# this import.
try:
import pygments
except ImportError: