Don't run tests in multiple processes for now. The multiprocessor plugin from nosetests does not work properly.
This commit is contained in:
parent
a17782428b
commit
874d9ad14d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -78,7 +78,7 @@ distclean: clean
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
$(PYTHON) $(NOSETESTS) -v --processes=$(NUMPROCESSORS) -m "^test_.*" $(TESTOPTS) $(TESTS)
|
$(PYTHON) $(NOSETESTS) -v -m "^test_.*" $(TESTOPTS) $(TESTS)
|
||||||
|
|
||||||
.PHONY: deb
|
.PHONY: deb
|
||||||
deb:
|
deb:
|
||||||
|
|
Loading…
Reference in a new issue