mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-26 15:40:21 +00:00
* unittest bug: https://bugs.python.org/issue25532 * `urllib3[secure]` wrongly depends on `ipaddress` for python3, while in fact we don't need all dependencies of the `secure` extra, but only `ipaddress` for the `kubernetes` on python2.7 Close https://github.com/zalando/patroni/issues/1717 Close https://github.com/zalando/patroni/issues/1709