From 44938b81180a14feadd8bf114d6b23b765e3d606 Mon Sep 17 00:00:00 2001 From: Muzahid Date: Mon, 21 Jun 2021 21:13:52 +0530 Subject: [PATCH] update sqlthread for test hide skip_python3 --- src/tests/test_sqlthread.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/test_sqlthread.py b/src/tests/test_sqlthread.py index a612df3a..386668de 100644 --- a/src/tests/test_sqlthread.py +++ b/src/tests/test_sqlthread.py @@ -5,9 +5,9 @@ import tempfile import threading import unittest -from .common import skip_python3 - -skip_python3() +# from .common import skip_python3 +# +# skip_python3() os.environ['BITMESSAGE_HOME'] = tempfile.gettempdir()