python: remove unused pytest_make_parametrize_id hookimpl (#6228)
This commit is contained in:
commit
d1e2d12b3f
|
@ -241,10 +241,6 @@ def pytest_pycollect_makeitem(collector, name, obj):
|
|||
outcome.force_result(res)
|
||||
|
||||
|
||||
def pytest_make_parametrize_id(config, val, argname=None):
|
||||
return None
|
||||
|
||||
|
||||
class PyobjContext:
|
||||
module = pyobj_property("Module")
|
||||
cls = pyobj_property("Class")
|
||||
|
|
Loading…
Reference in New Issue