Jorge Pereira
Jorge Pereira
There is any news regarding this issue? I think that this problem is the same that occurs with new opencv version.
If I run all the tests sequentially, the problem does not exist. But again, I do not have this problem when running the tests with parallel in a local environment...
Hey @guacs, yes it only happens with a union with optional types!
Hey @sallner, do you have any news regarding this issue? pytest-rerunfailures is by far the most maintained pytest extension that does something like this, and it would be very useful...
Thanks @triders, but at least from my side what I would like to see is the timeout to be considered, not ignored. I.e., if I have a test that fails...
Hey, does anyone have some news regarding this issue?
Hey @petyaslavova, the example that I wrote for https://github.com/redis/redis-py/issues/3444 should also give additional information for this issue.
Hey @petyaslavova, thank you for the response! This minimal example should illustrate how I am initializing the connection with redis and using the pubsub: ```python import socket from redis import...
In your case, 10.13.2.6 works because it's using cu12. If I force 10.13.2.6 to use cu13, the problem is the same. So I am not able to use either version...