From: Mike Bayer Date: Fri, 8 Aug 2014 17:48:27 +0000 (-0400) Subject: - memusage is fine for parallel X-Git-Tag: rel_1_0_0b1~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c30e805c2d44f74ddc4ca5e65071b5921b83016;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - memusage is fine for parallel --- diff --git a/README.unittests.rst b/README.unittests.rst index 209eefe0dd..7ca229df60 100644 --- a/README.unittests.rst +++ b/README.unittests.rst @@ -321,7 +321,7 @@ for the database should have CREATE DATABASE and DROP DATABASE privileges. After installing pytest-xdist, testing is run adding the -n option. For example, to run against sqlite, mysql, postgresql with four processes:: - tox -e -- -n 4 --exclude-tags memory-intensive --db sqlite --db postgresql --db mysql + tox -e -- -n 4 --db sqlite --db postgresql --db mysql Each backend has a different scheme for setting up the database. Postgresql still needs the "test_schema" and "test_schema_2" schemas present, as the