Skip to content
Snippets Groups Projects
Commit afbcea270bb8 authored by Ronny Pfannschmidt's avatar Ronny Pfannschmidt
Browse files

run-tests: force to test pure on pypy as well

parent fd31a3237498
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment