Skip to content

Commit

Permalink
Add whitespace change to let test_annotations run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbargull committed Jan 6, 2020
1 parent 249b428 commit ecd96a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numba/tests/test_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
except ImportError:
pygments = None


@unittest.skipIf(jinja2 is None, "please install the 'jinja2' package")
class TestAnnotation(unittest.TestCase):

Expand Down

0 comments on commit ecd96a5

Please sign in to comment.