pypy: multiprocessing tests are failing, try with internal module

This commit is contained in:
Domen Kozar 2013-07-26 23:12:05 +02:00
parent 0f98ddf8fd
commit 51a6bee012
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ let
preConfigure = ''
substituteInPlace Makefile \
--replace "-Ojit" "-Ojit --batch" \
--replace "pypy/goal/targetpypystandalone.py" "pypy/goal/targetpypystandalone.py --withmod-_minimal_curses --withmod-unicodedata --withmod-thread --withmod-bz2"
--replace "pypy/goal/targetpypystandalone.py" "pypy/goal/targetpypystandalone.py --withmod-_minimal_curses --withmod-unicodedata --withmod-thread --withmod-bz2 --withmod-_multiprocessing"
# we are using cpython and not pypy to do translation
substituteInPlace rpython/bin/rpython \