Skip to content

Commit 1300067

Browse files
committed
doesn't stall for me
1 parent bca08be commit 1300067

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/sentry/utils/test_concurrent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import _thread
2-
import sys
32
from concurrent.futures import CancelledError, Future
43
from contextlib import contextmanager
54
from queue import Full
@@ -17,7 +16,6 @@
1716
)
1817

1918

20-
@pytest.mark.skipif(sys.version_info[0] == 3, reason="TODO(python3): stalls on python3")
2119
def test_execute():
2220
assert execute(_thread.get_ident).result() != _thread.get_ident()
2321

0 commit comments

Comments
 (0)