python3: fix test part of the recipe.

This commit is contained in:
Jerome Duval
2015-10-16 23:53:44 +00:00
parent e054e963e6
commit 3570a15616

View File

@@ -119,8 +119,8 @@ INSTALL()
TEST()
{
cd Lib/test
rm test_asynchat.py # this one stalls, so skip it for now
rm test_multiprocessing.py # this one stalls, so skip it for now
rm -f test_asynchat.py # this one stalls, so skip it for now
rm -f test_multiprocessing.py # this one stalls, so skip it for now
python regrtest.py
python3 regrtest.py
}