prevent doubleing of function level marks
This commit is contained in:
parent
802da781c6
commit
e4a52c1795
|
@ -1122,6 +1122,8 @@ class Function(FunctionMixin, nodes.Item, fixtures.FuncargnamesCompatAttr):
|
||||||
Python test function.
|
Python test function.
|
||||||
"""
|
"""
|
||||||
_genid = None
|
_genid = None
|
||||||
|
# disable since functions handle it themselfes
|
||||||
|
_ALLOW_MARKERS = False
|
||||||
|
|
||||||
def __init__(self, name, parent, args=None, config=None,
|
def __init__(self, name, parent, args=None, config=None,
|
||||||
callspec=None, callobj=NOTSET, keywords=None, session=None,
|
callspec=None, callobj=NOTSET, keywords=None, session=None,
|
||||||
|
|
Loading…
Reference in New Issue