diff --git a/tests/test_jq.py b/tests/test_jq.py index 16c7ba5..20b3311 100644 --- a/tests/test_jq.py +++ b/tests/test_jq.py @@ -6,7 +6,7 @@ import pytest jq_available = True try: import jq -except jq: +except ImportError: jq_available = False pytestmark = [