aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-twisted/fix-test-suite-python38.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/py3-twisted: upgrade to 19.10.0Leo2019-11-111-7/+6
|
* community/py3-twisted: fix issues with test suiteKevin Daudt2019-11-081-0/+138
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.