]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- OK, take oracle out of memory-intensive, if it doesn't leak memory
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Apr 2017 20:18:11 +0000 (16:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Apr 2017 20:18:11 +0000 (16:18 -0400)
then we get the TNS error from too many connections

Change-Id: Ie685173cd1490d99c5f37a1045e1312c4d9125ea

tox.ini

diff --git a/tox.ini b/tox.ini
index 2f743914fe3ccb08eb025614d70742516095f374..3e3250a588b5c7c3c2c6ee0df0c63c6d746761e3 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -54,7 +54,7 @@ setenv=
     sqlite: SQLITE=--db sqlite
     postgresql: POSTGRESQL=--db postgresql
     mysql: MYSQL=--db mysql --db pymysql
-    oracle: ORACLE=--db oracle --write-idents oracle_idents.txt
+    oracle: ORACLE=--db oracle --write-idents oracle_idents.txt --exclude-tag memory-intensive
     mssql: MSSQL=--db pyodbc --db pymssql
     backendonly: BACKENDONLY=--backend-only