[Python-modules-commits] [python-django] 02/04: Revert "Disable parallel tests"

Raphaël Hertzog hertzog at moszumanska.debian.org
Wed Apr 6 16:48:36 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 91a8e96fd46d2cc5de8d7d6f20cc24a3106ecdaf
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Wed Apr 6 18:05:05 2016 +0200

    Revert "Disable parallel tests"
    
    This reverts commit e0756706c2571dfd29f8761461ef1541e2d96d74.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 357c613..8c92551 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 --parallel=1; \
+		LC_ALL=C.UTF-8 PYTHONPATH=.. $$python ./runtests.py --verbosity=2; \
 	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