summaryrefslogtreecommitdiff
path: root/tests/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.py')
-rwxr-xr-xtests/runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 1bd1be0..d3a4f47 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -23,7 +23,7 @@ if sys.version_info[:2] == (2, 6):
sys.stderr.write('[expected failure] ')
return lambda obj: obj
- unittest.skipIf = skipUnless
+ unittest.skipIf = skipIf
def assertGreater(self, a, b, msg=None):
if not a > b: