Skip to content

Commit ad310e3

Browse files
DylanRussellxrmx
andauthored
Apply suggestion from @xrmx
Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent 68e0138 commit ad310e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/logs/test_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
class TestSimpleLogRecordProcessor(unittest.TestCase):
6666
@mark.skipif(
67-
sys.version_info <= (3, 13, 5),
67+
(3, 13, 0) <= sys.version_info <= (3, 13, 5),
6868
reason="This will fail on 3.13.5 due to https://github.com/python/cpython/pull/131812 which prevents recursive log messages but was rolled back in 3.13.6.",
6969
)
7070
def test_simple_log_record_processor_doesnt_enter_recursive_loop(self):

0 commit comments

Comments
 (0)