From: Mike Bayer Date: Thu, 28 Jan 2016 21:23:48 +0000 (-0500) Subject: - using extras here has the effect of defeating the usedevelop flag X-Git-Tag: rel_1_1_0b1~98^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d1579cc3cc154240db77d36ede4d582f7335cf4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - using extras here has the effect of defeating the usedevelop flag since SQLAlchemy gets installed as develop and in the virtualenv --- diff --git a/tox.ini b/tox.ini index 7db7d63c48..d6deea8f3d 100644 --- a/tox.ini +++ b/tox.ini @@ -16,12 +16,12 @@ usedevelop= deps=pytest pytest-xdist mock - postgresql: .[postgresql] - mysql: .[mysql] - mysql: .[pymysql] - oracle: .[oracle] - mssql: .[pyodbc] - mssql: .[pymssql] + postgresql: psycopg2 + mysql: mysqlclient + mysql: pymysql + oracle: cx_oracle + mssql: pyodbc + mssql: pymssql cov: pytest-cov whitelist_externals=sh