[Python-modules-commits] [python-django] 08/08: Disable parallel tests

Raphaël Hertzog hertzog at moszumanska.debian.org
Mon Apr 4 14:51:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

hertzog pushed a commit to branch debian/master
in repository python-django.

commit e0756706c2571dfd29f8761461ef1541e2d96d74
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Apr 4 16:37:11 2016 +0200

    Disable parallel tests
    
    I try this as I get many unexpected failures followed by some sort of dead-lock
    in the test suite. Unfortunately, even with this the test suite still
    fails for me, with a segfault. :-(
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8c92551..357c613 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; cd tests && for python in $$(pyversions -s) $$(py3versions -s); do \
 	    	echo "——— Running tests with $$python ———"; \
-		LC_ALL=C.UTF-8 PYTHONPATH=.. $$python ./runtests.py --verbosity=2; \
+		LC_ALL=C.UTF-8 PYTHONPATH=.. $$python ./runtests.py --verbosity=2 --parallel=1; \
 	done
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django.git



More information about the Python-modules-commits mailing list