Hello,
I am getting:
[...]
File "/usr/lib/python2.7/site-packages/jwkest/extra.py", line 3, in
from jwkest.jws import JWSException
File "/usr/lib/python2.7/site-packages/jwkest/jws.py", line 116, in
class HMACSigner(Signer):
TypeError: Error when calling the metaclass bases
str() takes at most 1 argument (3 given)
when trying to do sphynx build of my code
https://travis-ci.org/rucio/rucio/jobs/617413102?utm_medium=notification&utm_source=github_status
I have seen here troubles with metaclasses, could this issue be related, how could I avoid this crash ?
https://github.com/IdentityPython/pyjwkest/tree/master/src/jwkest