We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b038102 commit 3998c85Copy full SHA for 3998c85
bin/jsonschema_suite
@@ -1,6 +1,4 @@
1
#! /usr/bin/env python3
2
-from __future__ import print_function
3
-from pprint import pformat
4
import argparse
5
import errno
6
import fnmatch
@@ -13,9 +11,6 @@ import textwrap
13
11
import unittest
14
12
import warnings
15
16
-if getattr(unittest, "skipIf", None) is None:
17
- unittest.skipIf = lambda cond, msg : lambda fn : fn
18
-
19
try:
20
import jsonschema.validators
21
except ImportError:
0 commit comments