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()