Ensure meta_path is setup for soupsieve build test

This commit is contained in:
Kovid Goyal 2019-04-13 09:54:14 +05:30
parent 79f5a6c18b
commit b968cbdb5d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -74,8 +74,9 @@ class BuildTest(unittest.TestCase):
parse('<p>xxx')
def test_soupsieve(self):
import calibre.startup as s
import soupsieve
del soupsieve
del soupsieve, s
def test_plugins(self):
exclusions = set()