summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Add support for `zstd` compression (#2021)Tincu Gabriel2020-09-071-0/+1
* Python 3.8 support (#2088)Swen Kooij2020-07-221-4/+4
* Remove SimpleClient, Producer, Consumer, Unittest (#1196)Jeff Widman2019-10-111-2/+0
* kafka-python: Fixed crc32c avilability on non-intel architectures. (#1904)ossdev072019-09-251-0/+1
* Update travis test coverage: 2.7, 3.4, 3.7, pypy2.7 (#1614)Jeff Widman2019-03-121-3/+3
* Pin pytest on 3.x -- we arent ready for pytest 4.0 yetDana Powers2018-11-171-1/+1
* Migrate from `Unittest` to `pytest` (#1620)Jeff Widman2018-11-101-1/+0
* Stop pinning `pylint`Jeff Widman2018-10-261-1/+1
* Introduce new fixtures to prepare for migration to pytest.Andre Araujo2018-02-211-0/+1
* Use hardware accelerated CRC32C function if available (#1389)Taras Voinarovskyi2018-02-211-0/+1
* Removed pytest-catchlog dependencyAndre Araujo2018-02-121-1/+0
* pylint 1.8.2 (#1369)Dana Powers2018-02-061-1/+1
* Use latest pytest 3.4.0, but drop pytest-sugar due to incompatibility (#1361)Dana Powers2018-01-311-1/+0
* Stop pinning lz4Jeff Widman2018-01-261-1/+1
* Pin pylint and lz4 to avoid breaking tests (#1330)Dana Powers2017-12-211-1/+2
* Follow-up: support manual py26 testing; dont advertise 3.3 supportDana Powers2017-06-161-1/+6
* Add kafka 0.10.2.1 into integration testing version (#1096)Jianbin Wei2017-06-161-6/+1
* pylint 1.7.0+ supports python 3.6 and merge py36 into common tstenv (#1095)Jianbin Wei2017-05-031-6/+1
* Prefer python-lz4 over lz4f if availableDana Powers2017-03-141-1/+1
* Run tests in python3.6 too (#992)ms7s2017-03-031-2/+7
* Dont include kafka.vendor in coveragefixture_auto_portsDana Powers2016-08-041-3/+3
* Vendor six 1.10.0sixDana Powers2016-08-011-1/+0
* Move logging format config to tox.ini to avoid duplicate log capture in pytes...Dana Powers2016-03-131-0/+1
* Handle broken LZ4 framing; switch to lz4tools + xxhashlz4_fixupDana Powers2016-01-261-2/+2
* Add lz4 to tox environment depslz4Dana Powers2016-01-251-0/+2
* Drop sphinxcontrib-napoleon in favor of sphinx.ext.napoleanDana Powers2016-01-071-1/+0
* Dont pylint in pypy tests - it seems to take forever and doesn't add anythingDana Powers2016-01-031-0/+4
* Dont run pylint on python2.6 (pylint no longer supports)Dana Powers2016-01-031-2/+6
* Move pytest options to [pytest] tox sectionDana Powers2016-01-031-1/+6
* Use parameterized pytests in test_client_async; add pytest-mocker pluginDana Powers2016-01-031-0/+1
* Use pytest instead of nose for running tests via toxDana Powers2016-01-011-34/+9
* Add py35 to tox testingDana Powers2015-12-041-5/+7
* Add thread id to logging format to assist with debugging test failuresDana Powers2015-06-091-0/+1
* Fail fast in nosetestsDana Powers2015-06-081-1/+1
* Check response.error for async producerViktor Shlapakov2015-06-031-0/+1
* Added pylint.rc: ignoring SyncManager for pylintViktor Shlapakov2015-03-241-1/+1
* Use sphinx-apidoc to to generate API docsJohn Anderson2015-02-101-0/+1
* Allow better usage of docs locally.John Anderson2015-02-091-1/+11
* Removing traces of queue.pyDavid Arthur2015-02-031-1/+1
* Add six to tox.ini testing depsDana Powers2014-09-071-0/+1
* Fix the multiprocessing tests for python 3Mark Roberts2014-09-031-1/+1
* Make all unit tests pass on py3.3/3.4Bruno ReniƩ2014-09-031-1/+19
* Merge pull request #208 from dpkp/add_pylint_to_tox_iniDana Powers2014-08-261-1/+7
|\
| * Add pylint to tox.ini; test both kafka and test; default to error-checking on...Dana Powers2014-08-251-1/+7
* | Add test timers via nose-timer plugin; list the 10 slowest by defaultDana Powers2014-08-261-1/+2
|/
* Update tox.ini to use {posargs} to configure nosetests.Dana Powers2014-08-131-1/+1
* Add pypy back to tox.iniMark Roberts2014-05-011-1/+1
* Temporarily remove pypy supportMark Roberts2014-04-301-1/+1
* Various fixesMark Roberts2014-04-251-1/+1
* Fix Python 2.6 supportMark Roberts2014-04-231-1/+2