Skip to content

Commit 73c0961

Browse files
committed
Set xfail strict.
1 parent 17f33b8 commit 73c0961

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/internal/test_serverless.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,11 @@ def find_spec(self, fullname, *args):
132132
pytest.param(
133133
"ddtrace.profiling",
134134
"profiler",
135+
# when 3.14 is officially supported, this xfail can be removed.
135136
marks=pytest.mark.xfail(
136137
reason="throws AttributeError: module 'asyncio.events' has no attribute 'BaseDefaultEventLoopPolicy'",
137138
condition=sys.version_info >= (3, 14),
139+
strict=True,
138140
),
139141
),
140142
("ddtrace.propagation.http", "HTTPPropagator"),

0 commit comments

Comments
 (0)