summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-4/+6
* re-enable asnycmy >= 0.2.3; disable aiomysql totallyMike Bayer2021-10-151-4/+1
* temporarily disable asyncmy from testingMike Bayer2021-10-141-2/+2
* rename elements to mainMike Bayer2021-10-111-10/+10
* Add `asyncmy` supportlong2ice2021-09-171-2/+3
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* Add async tests to the github workflowworkflow_test_aiosqliteFederico Caselli2021-09-061-0/+4
* fix black check for correct files and update test_typesMike Bayer2021-08-161-1/+1
* limit greenlet dependency to pypi-listed platformsMike Bayer2021-08-111-2/+0
* get tests to pass on python 3.10Mike Bayer2021-05-271-3/+8
* cx_oracle has changed main branch to "main"Mike Bayer2021-05-261-1/+1
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* Add DeclarativeMeta to globalsMike Bayer2021-03-311-0/+1
* Repair pysqlcipher and use sqlcipher3Mike Bayer2021-03-241-1/+5
* Add support for aiosqliteFederico Caselli2021-03-241-2/+6
* Implement Mypy pluginMike Bayer2021-03-131-0/+13
* Add dbapimaster builds to tox.iniMike Bayer2021-01-261-4/+15
* Removed some legacy terms in favor of modern equivalents. (D&I)jonathan vanasco2021-01-211-1/+1
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-2/+6
* Update connect args for pymysql 1.0.0; aiomysql fixesMike Bayer2021-01-071-1/+1
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-2/+2
* fix some pep8 warningsMike Bayer2020-12-151-1/+1
* Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-111-1/+0
|\
| * correct for "autocommit" deprecation warningMike Bayer2020-12-111-1/+0
* | add aiomysql supportMike Bayer2020-12-101-1/+2
* | Revert "Merge "add aiomysql support""Mike Bayer2020-12-091-2/+1
* | add aiomysql supportMike Bayer2020-12-081-1/+2
|/
* Support PEP-567 context variablesFantix King2020-11-191-1/+1
* pin pytest lower bound at 4.6.11Mike Bayer2020-10-081-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+1
* set pytest rootdirMike Bayer2020-09-271-2/+2
* Repair erroneous "future" symbolMike Bayer2020-09-271-1/+1
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-0/+1
* MariaDB dialect implementationGeorg Richter2020-08-311-0/+7
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-2/+4
* Provision on different drivers dynamicallyMike Bayer2020-08-141-8/+17
* Use TOX_POSTGRESQL_MASTER for masterMike Bayer2020-08-131-2/+2
* Doc fix; use normal TOX_POSTGRESQL env nowMike Bayer2020-08-131-2/+2
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-2/+4
* Use importlib_metadata; add namespace for mariadbMike Bayer2020-08-131-1/+1
* Unpin pydocstyle, minimum for flake8-docstrings 1.3.1Mike Bayer2020-07-291-3/+4
* Propose --nomemory by defaultMike Bayer2020-07-081-4/+6
* Use python version in extras_require; integrate with toxMike Bayer2020-06-291-13/+5
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-1/+0
* add posargs to pep8Mike Bayer2020-05-291-2/+2
* Add github action workflow to run tests on master and on pr to masterFederico Caselli2020-04-031-0/+12
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-5/+5
* Disable sqlite_file tests by default, take twoMike Bayer2020-03-131-1/+1
* Add placeholder for sqlite file databaseMike Bayer2020-03-121-0/+1
* Also run black --check in the tox pep8 envFederico Caselli2020-03-101-1/+4