Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/py3-twisted: upgrade to 19.10.0 | Leo | 2019-11-11 | 1 | -7/+6 |
| | |||||
* | community/py3-twisted: fix issues with test suite | Kevin Daudt | 2019-11-08 | 1 | -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. |