From a8da1282594aa4131e13e54b54cb2f066316dbd8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 Apr 2019 13:57:16 +0530 Subject: [PATCH] Add a build test for soupsieve --- src/calibre/test_build.py | 4 ++++ 1 file changed, 4 insertions(+) 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: