Author: Philip Jenvey <[email protected]>
Branch:
Changeset: r65503:4121d8d7d855
Date: 2013-07-19 19:13 -0700
http://bitbucket.org/pypy/pypy/changeset/4121d8d7d855/
Log: oops
diff --git a/pypy/module/test_lib_pypy/support.py
b/pypy/module/test_lib_pypy/support.py
--- a/pypy/module/test_lib_pypy/support.py
+++ b/pypy/module/test_lib_pypy/support.py
@@ -24,7 +24,7 @@
# overshadows it
w_mod = space.appexec([], "(): import %s; return %s" % (name, name))
except OperationError as e:
- if skipmsg is not None or not e.match(space, space.w_ImportError):
+ if skipmsg is None or not e.match(space, space.w_ImportError):
raise
py.test.skip('%s (%s))' % (skipmsg, str(e)))
w_file = space.getattr(w_mod, space.wrap('__file__'))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit