mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
python3: fix test part of the recipe.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user