aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-beautifulsoup4/fix-tests-with-syntax-error.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/py3-beautifulsoup4: fix unittests against soupsieveKevin Daudt2020-05-051-0/+54
Soupsieve changed the exception they raise, so the tests need to be updated to reflect that. Fixes #11495