mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 15:56:07 +01:00
Test importing bs4 in the build tests as well
This commit is contained in:
parent
e0d33736f3
commit
c8509ffcf2
1 changed files with 3 additions and 3 deletions
|
|
@ -73,9 +73,9 @@ def test_html5_parser(self):
|
|||
from html5_parser import parse
|
||||
parse('<p>xxx')
|
||||
|
||||
def test_soupsieve(self):
|
||||
import soupsieve
|
||||
del soupsieve
|
||||
def test_bs4(self):
|
||||
import soupsieve, bs4
|
||||
del soupsieve, bs4
|
||||
|
||||
def test_plugins(self):
|
||||
exclusions = set()
|
||||
|
|
|
|||
Loading…
Reference in a new issue