We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca08be commit 1300067Copy full SHA for 1300067
tests/sentry/utils/test_concurrent.py
@@ -1,5 +1,4 @@
1
import _thread
2
-import sys
3
from concurrent.futures import CancelledError, Future
4
from contextlib import contextmanager
5
from queue import Full
@@ -17,7 +16,6 @@
17
16
)
18
19
20
-@pytest.mark.skipif(sys.version_info[0] == 3, reason="TODO(python3): stalls on python3")
21
def test_execute():
22
assert execute(_thread.get_ident).result() != _thread.get_ident()
23
0 commit comments