python: remove unused pytest_make_parametrize_id hookimpl
Added in 79927428d
initially, but never used.
This commit is contained in:
parent
89eeefbbaf
commit
4804d4bc98
|
@ -241,10 +241,6 @@ def pytest_pycollect_makeitem(collector, name, obj):
|
||||||
outcome.force_result(res)
|
outcome.force_result(res)
|
||||||
|
|
||||||
|
|
||||||
def pytest_make_parametrize_id(config, val, argname=None):
|
|
||||||
return None
|
|
||||||
|
|
||||||
|
|
||||||
class PyobjContext:
|
class PyobjContext:
|
||||||
module = pyobj_property("Module")
|
module = pyobj_property("Module")
|
||||||
cls = pyobj_property("Class")
|
cls = pyobj_property("Class")
|
||||||
|
|
Loading…
Reference in New Issue