Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Disable multi-process parallel testing #320

Merged
merged 1 commit into from
Sep 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ python setup.py develop install --user
export PYTHONWARNINGS="ignore::FutureWarning"
export CUPY_DUMP_CUDA_SOURCE_ON_ERROR=1

nosetests --processes=4 --process-timeout=10000 -a '!gpu,!slow' --with-coverage --cover-branches --cover-package=chainer tests/chainer_tests
nosetests -a '!gpu,!slow' --with-coverage --cover-branches --cover-package=chainer tests/chainer_tests