Skip to content

Commit 1c10712

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

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
@@ -135,6 +135,8 @@ def find_spec(self, fullname, *args):
135135
marks=pytest.mark.xfail(
136136
reason="throws AttributeError: module 'asyncio.events' has no attribute 'BaseDefaultEventLoopPolicy'",
137137
condition=sys.version_info >= (3, 14),
138+
# when 3.14 is officially supported, this xfail can be removed.
139+
strict=True,
138140
),
139141
),
140142
("ddtrace.propagation.http", "HTTPPropagator"),

0 commit comments

Comments
 (0)