From 1ed727c73fc574bc763af6134b781dadbd8861e2 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 19 Nov 2014 09:30:50 +0100 Subject: [PATCH] Python: run the complete testsuite --- dev-lang/python/python-2.7.6.recipe | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-lang/python/python-2.7.6.recipe b/dev-lang/python/python-2.7.6.recipe index 40ca699f0..3cc7e30ec 100644 --- a/dev-lang/python/python-2.7.6.recipe +++ b/dev-lang/python/python-2.7.6.recipe @@ -105,9 +105,5 @@ 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 - - python regrtest.py + make $jobArgs test }