summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revise cx_Oracle, mysqlclient versionsMike Bayer2020-02-181-14/+16
* Fix cext for Python 2; ensure C extensions build successfullyMike Bayer2020-01-041-0/+1
* Move max-worker-restart to pytest-xdist options in tox.iniMike Bayer2019-11-191-2/+2
* Remove python setup.py test; fix SQL Server URLMike Bayer2019-10-281-1/+2
* Upgrade for python 3.8Mike Bayer2019-10-171-3/+2
* Remove mock dependencyMike Bayer2019-08-221-1/+1
* Pin pycodestyleMike Bayer2019-07-171-0/+1
* Add "usecase" changelog tagMike Bayer2019-06-031-1/+1
* Use basepython 3.7 for flake8 testsMike Bayer2019-03-041-0/+1
* Regenerate callcounts for mysqlclient 1.4.0Mike Bayer2019-01-181-1/+4
* Prep for flake8 refactoringMike Bayer2019-01-031-7/+10
* - block py.test 3.9.1 and 3.9.2, 3.9.3 is OKMike Bayer2018-11-021-1/+1
* Pin pytest *before* 3.9.1 totallyMike Bayer2018-10-241-1/+1
* block py.test 3.9.1Mike Bayer2018-10-171-1/+1
* - forgot the colonMike Bayer2018-09-191-1/+1
* Allow pip opts to be specified in environmentMike Bayer2018-09-191-0/+2
* Use cx_Oracle dml_ret_array_valMike Bayer2018-09-171-6/+7
* block cx_Oracle 6.4Mike Bayer2018-07-041-1/+1
* Try to get mysqlconnector somewhat workingMike Bayer2018-06-271-0/+1
* - block cx_Oracle 6.3 due to https://github.com/oracle/python-cx_Oracle/issue...Mike Bayer2018-05-011-1/+1
* Add python 3.7 environmentMike Bayer2018-03-051-1/+1
* - add separate oracle / oracle5 jobs so we can CIMike Bayer2017-09-051-6/+7
* Add SQL Server CI coverageMike Bayer2017-08-311-6/+7
* - pin on cx_Oracle 6.0.1 for the moment while we wait forMike Bayer2017-08-311-1/+2
* - add some logging for the provisioningMike Bayer2017-08-191-1/+1
* - name these TOX_ so that we can set them unconditionallyMike Bayer2017-08-191-8/+8
* Isolate memory tests in forksMike Bayer2017-08-141-3/+2
* - since we can't isolate the memory tests to run withtout pytest-xdist,Mike Bayer2017-08-141-1/+2
* - take more print statements out, maybe this is notMike Bayer2017-08-101-2/+2
* Allow multiple versions of single backendMike Bayer2017-08-041-8/+8
* Pin to pytest<=3.0.7 pytest-xdist<=1.16.0Mike Bayer2017-08-041-2/+2
* - add option to disable py.test warnings plugin;Mike Bayer2017-05-231-1/+1
* - pin py.test at 3.0.7 due to https://github.com/pytest-dev/pytest/issues/2430Mike Bayer2017-05-231-1/+1