summaryrefslogtreecommitdiff
path: root/tests/test_match.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_match.py')
-rwxr-xr-xtests/test_match.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_match.py b/tests/test_match.py
index f807828..6851eb2 100755
--- a/tests/test_match.py
+++ b/tests/test_match.py
@@ -12,6 +12,7 @@ import semantic_version
class MatchTestCase(unittest.TestCase):
if sys.version_info[0] <= 2:
import contextlib
+
@contextlib.contextmanager
def subTest(self, **kwargs):
yield