Remove deprecated record_xml_property

Fix #4547
This commit is contained in:
Bruno Oliveira
2018-12-14 15:10:08 -02:00
parent ae5d5b8f59
commit 6e1b1abfa7
4 changed files with 25 additions and 38 deletions
-10
View File
@@ -263,16 +263,6 @@ def record_property(request):
return append_property
@pytest.fixture
def record_xml_property(record_property, request):
"""(Deprecated) use record_property."""
from _pytest import deprecated
request.node.warn(deprecated.RECORD_XML_PROPERTY)
return record_property
@pytest.fixture
def record_xml_attribute(request):
"""Add extra xml attributes to the tag for the calling test.