diff options
Diffstat (limited to 'tests/support.py')
-rw-r--r-- | tests/support.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/support.py b/tests/support.py index 505c17da..c66ac663 100644 --- a/tests/support.py +++ b/tests/support.py @@ -5,6 +5,8 @@ Support for Pygments tests import os +from nose import SkipTest + def location(mod_name): """ |