diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-03-06 16:09:32 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-03-06 16:10:57 -0500 |
| commit | 66e483ebdca8f93d3e028a201e04f2be49c71c51 (patch) | |
| tree | b1d81321076bf3cc1d11a449d58ea988104f5cb8 /tox.ini | |
| parent | b4e880534e1e02815e95f105a4363bef8ee86130 (diff) | |
| download | sqlalchemy-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.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
