From b968cbdb5d204e86bf0b11c54186af392fb1d811 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 13 Apr 2019 09:54:14 +0530 Subject: [PATCH] Ensure meta_path is setup for soupsieve build test --- src/calibre/test_build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index 0ba6e07b9a..e7d4950b32 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -74,8 +74,9 @@ class BuildTest(unittest.TestCase): parse('

xxx') def test_soupsieve(self): + import calibre.startup as s import soupsieve - del soupsieve + del soupsieve, s def test_plugins(self): exclusions = set()