update sqlthread for test hide skip_python3

This commit is contained in:
Muzahid 2021-06-21 21:13:52 +05:30
parent 1f5d1991d3
commit 44938b8118
Signed by untrusted user: cis-muzahid
GPG Key ID: 1DC85E7D3AB613EA

View File

@ -5,9 +5,9 @@ import tempfile
import threading import threading
import unittest import unittest
from .common import skip_python3 # from .common import skip_python3
#
skip_python3() # skip_python3()
os.environ['BITMESSAGE_HOME'] = tempfile.gettempdir() os.environ['BITMESSAGE_HOME'] = tempfile.gettempdir()