summaryrefslogtreecommitdiff
path: root/tests/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_base.py')
-rwxr-xr-xtests/test_base.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_base.py b/tests/test_base.py
index a1255c3..7ab3fba 100755
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -5,7 +5,7 @@
"""Test the various functions from 'base'."""
-from .compat import unittest, is_python2
+import unittest
from semantic_version import base
@@ -226,7 +226,6 @@ class VersionTestCase(unittest.TestCase):
]))
)
- @unittest.skipIf(is_python2, "Comparisons to other objects are broken in Py2.")
def test_invalid_comparisons(self):
v = base.Version('0.1.0')
with self.assertRaises(TypeError):