Closed jheld closed 7 years ago
The init of TestBackend uses 0 arguments to the call to super; unfortunately python2.7 does not support this.
TestBackend
super
Was added in https://github.com/lamby/django-slack/commit/b55f9621313ce30b95b9435b3b749f9a94d518cb#diff-b37b5e3c61ba2f217064f8a17362a9faR82
@inglesp Can you take a quick look? :)
Thanks all!
Released upon PyPI as 5.10.2
5.10.2
The init of
TestBackend
uses 0 arguments to the call tosuper
; unfortunately python2.7 does not support this.