community/py3-twisted: fix issues with test suite
The test suite was disabled because the python 3.8 upgrade introduced some test failures due to changes. Fix those: * hmac.HMAC now requires a `moddigest` argument * cgi.parse_qs has been removed, urrlib.parse.parse_qs is used instead * cryptography and bcrypt seem to be required for the test suite.
Please register or sign in to comment