From f28fe19fa8f3ed8d91cbc8b9b9de3297ed4891a3 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Thu, 28 Mar 2013 11:27:24 -0400 Subject: [PATCH] tests: add a comment that the pygments import is still necessary. (imported from commit c17dfc9e3b8ecf207b4cb7f4d33443122b747905) --- zephyr/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zephyr/tests.py b/zephyr/tests.py index 6d97109b96..b07ca5b30f 100644 --- a/zephyr/tests.py +++ b/zephyr/tests.py @@ -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: