Daniele Tricoli

Results 12 comments of Daniele Tricoli

@thread-liu you can use `--force-sugar` to enable sugar inside a container, by default the check `sys.stdout.isatty()` made here[¹] will return `False`, so pytest-sugar will be disabled. [¹] https://github.com/Teemu/pytest-sugar/blob/master/pytest_sugar.py#L159

@dmongey101 would you mind to share what library you did switch to? I'm facing the same issue and I would like to move on. Thanks.

@dmongey101 many thanks!

@blotsome you may want to look at https://crazymax.dev/diun/notif/script/ to generate the first file. Never used this it but according to documentation you should get all the information you need in...

Hi, thanks for your effort on this. I hope to have the time look more deeply but after a fast look I would like to suggest only one thing. If...

We already discussed this by email, but I want to track also here that you have my fully support on this! So it's a +1 from me.

If adding an external dependency it's not a problem `retrying`¹ library is an easy way to accomplish it: it's already have exponential backoff as one of the possible strategies. ¹...

@rimu just a quick note: although using CPython we know that the GIL will serialize access to the dict (so it will not be corrupted) if we update the same...

Would be an option to use s6¹ to make it start and monitor both gunicorn and stator? Never tried it but I have seen it used in "fat containers". ¹...

Hello @sigmavirus24, many thanks for the fast reply and sorry if I did not manage to reply earlier. Since version 2.18.1-1 I dropped all the patches for requests, but I...