# HG changeset patch # User Ronny Pfannschmidt # Date 1269354184 -3600 # Node ID 85da4926cf39284b900093ac20d1a18f665f20d5 # Parent 1dbc96b10ebd08c54b252a6e7df8c68cddc45c04 run-tests: force to test pure on pypy as well [ original upstream message ] diff -r 1dbc96b10ebd -r 85da4926cf39 tests/run-tests.py --- a/tests/run-tests.py Tue Mar 23 15:22:17 2010 +0100 +++ b/tests/run-tests.py Tue Mar 23 15:23:04 2010 +0100 @@ -144,7 +144,7 @@ (options, args) = parser.parse_args() # jython is always pure - if 'java' in sys.platform: + if 'java' in sys.platform or '__pypy__' in sys.modules: options.pure = True if options.with_hg: