mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Test importing bs4 in the build tests as well
This commit is contained in:
parent
e0d33736f3
commit
c8509ffcf2
@ -73,9 +73,9 @@ class BuildTest(unittest.TestCase):
|
|||||||
from html5_parser import parse
|
from html5_parser import parse
|
||||||
parse('<p>xxx')
|
parse('<p>xxx')
|
||||||
|
|
||||||
def test_soupsieve(self):
|
def test_bs4(self):
|
||||||
import soupsieve
|
import soupsieve, bs4
|
||||||
del soupsieve
|
del soupsieve, bs4
|
||||||
|
|
||||||
def test_plugins(self):
|
def test_plugins(self):
|
||||||
exclusions = set()
|
exclusions = set()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user