From 874d9ad14db0d836ec6ba1e7efe5cf264e0680fa Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 20 Jun 2012 22:50:56 +0200 Subject: [PATCH] Don't run tests in multiple processes for now. The multiprocessor plugin from nosetests does not work properly. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e75b19698..cdc809b11 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ distclean: clean .PHONY: test test: - $(PYTHON) $(NOSETESTS) -v --processes=$(NUMPROCESSORS) -m "^test_.*" $(TESTOPTS) $(TESTS) + $(PYTHON) $(NOSETESTS) -v -m "^test_.*" $(TESTOPTS) $(TESTS) .PHONY: deb deb: