@@ -10,6 +10,7 @@ def test_threading_error():
@pytest.mark.skipif(sys.platform == "emscripten", reason="No threading")
[email protected](not core.Thread.is_threading_supported(), reason="No threading")
def test_threading():
from collections import deque
@@ -6,6 +6,7 @@ import pytest
def test_threading2():
class BoundedQueue(threading2._Verbose):