summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-03-06 16:09:32 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2017-03-06 16:10:57 -0500
commit66e483ebdca8f93d3e028a201e04f2be49c71c51 (patch)
treeb1d81321076bf3cc1d11a449d58ea988104f5cb8 /tox.ini
parentb4e880534e1e02815e95f105a4363bef8ee86130 (diff)
downloadsqlalchemy-66e483ebdca8f93d3e028a201e04f2be49c71c51.tar.gz
Update profiles for psycopg2 2.7
psycopg2 has updated their unicode / string handling, greatly reducing callcounts on Python 2.x. Change-Id: Idffd242b303ffea9c7733068a4be290da4dbe679
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e0f75ed21..cdb454245 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,9 @@ usedevelop=
deps=pytest
pytest-xdist
mock
- postgresql: psycopg2
+ # needed only for correct profiling results
+ # due to speed improvements in psycopg2 as of 2.7
+ postgresql: psycopg2>=2.7
mysql: mysqlclient
mysql: pymysql
oracle: cx_oracle