Commit 9d45f84a authored by Stefan Behnel's avatar Stefan Behnel

enable refnanny in pypy test runs

parent 9c00355f
...@@ -1698,7 +1698,7 @@ def main(): ...@@ -1698,7 +1698,7 @@ def main():
action="store_true", default=False, action="store_true", default=False,
help="only compile pyx to c, do not run C compiler or run the tests") help="only compile pyx to c, do not run C compiler or run the tests")
parser.add_option("--no-refnanny", dest="with_refnanny", parser.add_option("--no-refnanny", dest="with_refnanny",
action="store_false", default=not IS_PYPY, action="store_false", default=True,
help="do not regression test reference counting") help="do not regression test reference counting")
parser.add_option("--no-fork", dest="fork", parser.add_option("--no-fork", dest="fork",
action="store_false", default=True, action="store_false", default=True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment