From 3c30e805c2d44f74ddc4ca5e65071b5921b83016 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 8 Aug 2014 13:48:27 -0400 Subject: [PATCH] - memusage is fine for parallel --- README.unittests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3