]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- memusage is fine for parallel
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Aug 2014 17:48:27 +0000 (13:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Aug 2014 17:48:27 +0000 (13:48 -0400)
README.unittests.rst

index 209eefe0dd43219878cb3c3f1e7ab4a97ab8124c..7ca229df60957a9877782d77965518a2f2e72286 100644 (file)
@@ -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<num> 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