Julien Danjou

Results 224 comments of Julien Danjou

We already asked the maintainer years ago to take over retrying as it was not maintained, but we never got any reply. I don't know what the status is, but...

I'm not sure that's something we can do while keeping compatibility with Python 2.

This name is in `setup.cfg`. Isn't your setuptools able to read it?

I'm unable to reproduce here, weird: ``` ➔ python3 -m venv venvtest ➔ venvtest/bin/pip install ~/Downloads/tenacity-6.0.0.tar.gz Processing /Users/jd/Downloads/tenacity-6.0.0.tar.gz Collecting six>=1.9.0 (from tenacity==6.0.0) Using cached https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl Installing collected packages: six, tenacity...

This is just a standard Python 3 from homebrew (MacOS). Not a big deal I guess to add it, I'm more afraid of what it means that it does not...

Hm, that's not possible. I'm not even sure it's something we want. The problem is that if you change the arguments, then it's totally different call that you're executing. Therefore,...

Ok, that makes more sense if you have `ProvisionedThroughputExceededException` asking for some sleep. That _might_ be possible is to hack the `TryAgain` exception so you could do something like: ```python...

@felixonmars you're welcome then. I'll add you as a maintainer 🥳

What version and OS are you running? It seems it looks for `/usr/share/elasticsearch/config` but can't find it.

Ok, I have the same version on Darwin here. Is the config file/dir present?