Skip to content

Commit af9e92d

Browse files
committed
undo 'skip threading test'
1 parent 2dc679d commit af9e92d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integrations/threading/test_threading.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import gc
2-
import sys
32
from concurrent import futures
43
from threading import Thread
54

@@ -125,9 +124,6 @@ def run(self):
125124
assert unreachable_objects == 0
126125

127126

128-
@pytest.mark.skipif(
129-
sys.version_info < (3, 7), reason="Test requires Python 3.7 or higher"
130-
)
131127
def test_double_patching(sentry_init, capture_events):
132128
sentry_init(default_integrations=False, integrations=[ThreadingIntegration()])
133129
events = capture_events()

0 commit comments

Comments
 (0)