Don't run tests in multiple processes for now. The multiprocessor plugin from nosetests does not work properly.

This commit is contained in:
Bastian Kleineidam 2012-06-20 22:50:56 +02:00
parent a17782428b
commit 874d9ad14d

View file

@ -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: