Skip to content

Commit 2d004e0

Browse files
record_property is no longer experimental
1 parent 77128ee commit 2d004e0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

_pytest/junitxml.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,6 @@ def record_property(request):
245245
def test_function(record_property):
246246
record_property("example_key", 1)
247247
"""
248-
request.node.warn(
249-
code='C3',
250-
message='record_property is an experimental feature',
251-
)
252-
253248
def append_property(name, value):
254249
request.node.user_properties.append((name, value))
255250
return append_property

0 commit comments

Comments
 (0)