From 84b74d481ecba1fcd18b8f2ec18c00a0dbaefb30 Mon Sep 17 00:00:00 2001 From: linsui Date: Mon, 7 Jun 2021 23:27:30 +0800 Subject: [PATCH] fix tests for !935 --- tests/checkupdates.TestCase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkupdates.TestCase b/tests/checkupdates.TestCase index c431cae4..c0a85c37 100755 --- a/tests/checkupdates.TestCase +++ b/tests/checkupdates.TestCase @@ -14,7 +14,7 @@ from pathlib import Path localmodule = Path(__file__).resolve().parent.parent print('localmodule: ' + str(localmodule)) if localmodule not in sys.path: - sys.path.insert(0, localmodule) + sys.path.insert(0, str(localmodule)) import fdroidserver.checkupdates import fdroidserver.metadata