From 1000a2df5c1dd3a1d1a9cc6f9479e36309113946 Mon Sep 17 00:00:00 2001 From: Muzahid Date: Tue, 29 Jun 2021 22:26:04 +0530 Subject: [PATCH] open for py3 porting --- 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 cf06a29e..2d0ef165 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()