diff --git a/src/_pytest/python.py b/src/_pytest/python.py index 801a16a5c..1bbe7ff25 100644 --- a/src/_pytest/python.py +++ b/src/_pytest/python.py @@ -240,9 +240,6 @@ class PyobjContext: class PyobjMixin(PyobjContext): _ALLOW_MARKERS = True - def __init__(self, *k, **kw): - super().__init__(*k, **kw) - @property def obj(self): """Underlying Python object."""