logger inheritance instead of instance
The Logger class in ci-uprev
is "Singleton" with a instance of a "logger" from the python's logging module.
The recent change about tenacity
(24a2b624) passes as an argument to after
and object that doesn't have the characteristics required.
We can see an example in the last attempt to uprev Piglit in Mesa
.