summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* ci: now test and release using Python 3.11feat/python-3.11Stephen Sorriaux2022-10-311-0/+1
|
* chore: Integrate flake8 & black in gh actionsCharles-Henri de Boysson2022-10-171-2/+0
|
* chore: bump pyflake, fix new warningsCharles-Henri de Boysson2022-10-171-11/+0
|
* chore: add black dependencies to the buildCharles-Henri de Boysson2022-10-171-1/+3
|
* chore(ci): testing with Python3.10 and ZK 3.5.10, 3.6.3, 3.7.1 (#659)Stephen Sorriaux2022-10-071-0/+2
| | | | | | | | Testing libs have been upgraded. The used java classpath now considers more .jar possible locations. test_connection.py tests is now done first, trying to make it less flaky. conftest.py has been added to give a way to display ZK cluster logs. Because of ZK 3.6 and 3.7 changes, configurations related to local session has been added. Disable GA fail-fast because of the flakiness
* chore: migrate to setup.cfg (#666)Charles-Henri de Boysson2022-09-301-7/+87
| | | closes #644 #662 #663
* feat(test): Move to pytestCharles-Henri de Boysson2020-04-141-6/+2
|
* chore: 2.5.0 release and changelog2.5.0release/2.5Ben Bangert2018-06-011-1/+1
|
* docs: Add license to Wheeladd-license-to-wheelJeff Widman2017-10-311-0/+3
| | | https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
* chore: remove `easy_install` instructionsjeffwidman-remove-easy-installJeff Widman2017-07-231-2/+0
| | | | Everyone uses `pip` these days
* chore: add travis deployment and update ZK versionsBen Bangert2017-06-011-1/+4
| | | | | | | Add's automatic PyPI release based on tags. The versions of Zookeeper are now the latest stable releases for 3.4. Closes #436
* Build python 2 and 3 universal wheelsFredrik Westermark2016-09-231-0/+3
|
* Logging levels have been reduced.Jim Fulton2014-01-291-5/+8
| | | | | | | | - Logging previously at the logging.DEBUG level is now logged at the kazoo.loggingsupport.BLATHER level (5). - Some low-level logging previously at the logging.INFO level is now logged at the logging.DEBUG level.
* Include all modules.Ben Bangert2012-06-071-0/+1
|
* Add setup.cfgBen Bangert2012-06-071-0/+8