mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add a build test for soupsieve
This commit is contained in:
parent
1c132c22a3
commit
a8da128259
@ -73,6 +73,10 @@ class BuildTest(unittest.TestCase):
|
||||
from html5_parser import parse
|
||||
parse('<p>xxx')
|
||||
|
||||
def test_soupsieve(self):
|
||||
import soupsieve
|
||||
del soupsieve
|
||||
|
||||
def test_plugins(self):
|
||||
exclusions = set()
|
||||
if is_ci:
|
||||
|
Loading…
x
Reference in New Issue
Block a user