For cases with test fixtures, it's likely that splitting by class will result in the best speed. When there are no gains from grouping tests by class, though, this can result in a less-even, and thus slower, distribution.
$ export NOSE_DISTRIBUTED_NODES=2;
$ export NOSE_DISTRIBUTED_NODE_NUMBER=1;
$ export NOSE_DISTRIBUTED_CLASS_HASHING=0;
$ nosetests long_test_suit
For cases with test fixtures, it's likely that splitting by class will result in the best speed. When there are no gains from grouping tests by class, though, this can result in a less-even, and thus slower, distribution.