diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index b9008a61c7..0ba6e07b9a 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -73,6 +73,10 @@ class BuildTest(unittest.TestCase): from html5_parser import parse parse('

xxx') + def test_soupsieve(self): + import soupsieve + del soupsieve + def test_plugins(self): exclusions = set() if is_ci: