summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* 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
* - OK, take oracle out of memory-intensive, if it doesn't leak memoryMike Bayer2017-04-121-1/+1
* Repair _execute_scalar for WITH_UNICODE modeMike Bayer2017-03-131-1/+1
* - bump minimum python version to 2.7Mike Bayer2017-03-101-1/+1
* Update profiles for psycopg2 2.7Mike Bayer2017-03-061-1/+3
* Support python3.6Mike Bayer2017-01-131-2/+1
* - limit oracle DB reaps to identifiers generated from thisMike Bayer2016-06-021-2/+2
* - don't use --dropfirst when we are using ad-hoc DBs. dropfirstMike Bayer2016-04-241-1/+4
* - switch to 2 workers for oracleMike Bayer2016-02-091-2/+4
* - Testing reveals that we have *no* weak references to any cx_Oracle connecti...Mike Bayer2016-02-081-0/+2
* - additional fixes to get oracle + multiprocess to be reliableMike Bayer2016-02-081-1/+1
* - D rules seem to have been added overnight to the flake8 pluginMike Bayer2016-02-021-1/+1
* - using extras here has the effect of defeating the usedevelop flagMike Bayer2016-01-281-6/+6
* - experimental - try out a very open ended design for the factors, assumeMike Bayer2016-01-271-26/+15