mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Ensure meta_path is setup for soupsieve build test
This commit is contained in:
parent
79f5a6c18b
commit
b968cbdb5d
@ -74,8 +74,9 @@ class BuildTest(unittest.TestCase):
|
|||||||
parse('<p>xxx')
|
parse('<p>xxx')
|
||||||
|
|
||||||
def test_soupsieve(self):
|
def test_soupsieve(self):
|
||||||
|
import calibre.startup as s
|
||||||
import soupsieve
|
import soupsieve
|
||||||
del soupsieve
|
del soupsieve, s
|
||||||
|
|
||||||
def test_plugins(self):
|
def test_plugins(self):
|
||||||
exclusions = set()
|
exclusions = set()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user